public class StageSceneObject extends SpotSceneObject
SpotSceneObject with data and services
specific to isometric stage scenes.com.threerings.crowd.data.PlaceObject.ManagerCaller| Modifier and Type | Field and Description |
|---|---|
static String |
LIGHT_LEVEL
The field name of the
lightLevel field. |
static String |
LIGHT_SHADE
The field name of the
lightShade field. |
float |
lightLevel
The light level in this scene.
|
int |
lightShade
The color of the light.
|
static String |
STAGE_SCENE_SERVICE
The field name of the
stageSceneService field. |
StageSceneMarshaller |
stageSceneService
Provides stage scene services.
|
clusters, CLUSTERS, OCCUPANT_LOCS, occupantLocs| Constructor and Description |
|---|
StageSceneObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
setLightLevel(float value)
Requests that the
lightLevel field be set to the
specified value. |
void |
setLightShade(int value)
Requests that the
lightShade field be set to the
specified value. |
void |
setStageSceneService(StageSceneMarshaller value)
Requests that the
stageSceneService field be set to the
specified value. |
addToClusters, addToOccupantLocs, removeFromClusters, removeFromOccupantLocs, setClusters, setOccupantLocs, updateClusters, updateOccupantLocsaddToOccupantInfo, addToOccupants, applyToListeners, getChatIdentifier, getOccupantInfo, initManagerCaller, removeFromOccupantInfo, removeFromOccupants, setOccupantInfo, setSpeakService, shouldBroadcast, updateOccupantInfoacquireLock, addListener, addListener, addSubscriber, addToSet, cancelTransaction, changeAttribute, checkPermissions, checkPermissions, commitTransaction, destroy, getAccessController, getAttribute, getLocal, getLocals, getManager, getOid, getSet, inTransaction, isActive, notifyListeners, notifyProxies, postEvent, postMessage, postMessage, releaseLock, removeFromSet, removeListener, removeSubscriber, setAccessController, setAttribute, setDestroyOnLastSubscriberRemoved, setLocal, setManager, setOid, startTransaction, toString, updateSet, which@Generated(value="com.threerings.presents.tools.GenDObjectTask") public static final String STAGE_SCENE_SERVICE
stageSceneService field.@Generated(value="com.threerings.presents.tools.GenDObjectTask") public static final String LIGHT_LEVEL
lightLevel field.@Generated(value="com.threerings.presents.tools.GenDObjectTask") public static final String LIGHT_SHADE
lightShade field.public StageSceneMarshaller stageSceneService
public float lightLevel
public int lightShade
@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void setStageSceneService(StageSceneMarshaller value)
stageSceneService field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void setLightLevel(float value)
lightLevel field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void setLightShade(int value)
lightShade field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.Copyright © 2015. All rights reserved.