Decoupled MISO from Whirled. They now exist in a form that can be easily
combined in a game that wishes to use both of them, but MISO no longer extends Whirled's Scene interfaces. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@400 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
//
|
||||
// $Id: EditableMisoScene.java,v 1.1 2001/09/21 02:30:35 mdb Exp $
|
||||
// $Id: EditableMisoScene.java,v 1.2 2001/10/05 23:58:36 mdb Exp $
|
||||
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
import com.threerings.whirled.data.EditableScene;
|
||||
|
||||
/**
|
||||
* The editable Miso scene interface provides the means for modifying a
|
||||
* Miso scene which is needed by things like the scene editor. This is
|
||||
@@ -13,8 +11,18 @@ import com.threerings.whirled.data.EditableScene;
|
||||
* fact it should only be done under special circumstances.
|
||||
*/
|
||||
public interface EditableMisoScene
|
||||
extends EditableScene, MisoScene
|
||||
extends MisoScene
|
||||
{
|
||||
/**
|
||||
* Updates the scene's unique identifier.
|
||||
*/
|
||||
public void setId (int sceneId);
|
||||
|
||||
/**
|
||||
* Updates the scene's name.
|
||||
*/
|
||||
public void setName (String name);
|
||||
|
||||
/**
|
||||
* Set the default entrance portal for this scene.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user