public interface Scene
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the unique identifier for this scene.
|
String |
getName()
Returns the human readable name of this scene.
|
com.threerings.crowd.data.PlaceConfig |
getPlaceConfig()
Returns the place config that can be used to determine which place
controller instance should be used to display this scene as well as
to obtain runtime configuration information.
|
SceneModel |
getSceneModel()
Returns the scene model from which this scene was created.
|
int |
getVersion()
Returns the version number of this scene.
|
void |
setId(int sceneId)
Sets this scene's unique identifier.
|
void |
setName(String name)
Sets the human readable name of this scene.
|
void |
setVersion(int version)
Sets this scene's version number.
|
void |
updateReceived(SceneUpdate update)
Called to inform the scene that an update has been received while
the scene was resolved and active.
|
int getId()
String getName()
int getVersion()
com.threerings.crowd.data.PlaceConfig getPlaceConfig()
void setId(int sceneId)
void setName(String name)
void setVersion(int version)
void updateReceived(SceneUpdate update)
SceneModel getSceneModel()
Copyright © 2015. All rights reserved.