public class ModifyObjectsUpdate extends SceneUpdate
| Modifier and Type | Field and Description |
|---|---|
com.threerings.miso.data.ObjectInfo[] |
added
The objects added to the scene (or
null for none). |
com.threerings.miso.data.ObjectInfo[] |
removed
The objects removed from the scene (or
null for none). |
| Constructor and Description |
|---|
ModifyObjectsUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(SceneModel model)
Applies this update to the specified scene model.
|
void |
init(int targetId,
int targetVersion,
com.threerings.miso.data.ObjectInfo[] added,
com.threerings.miso.data.ObjectInfo[] removed)
Initializes this update with all necessary data.
|
getSceneId, getSceneVersion, getVersionIncrement, init, persistTo, readObject, toString, unpersistFrom, validate, writeObjectpublic com.threerings.miso.data.ObjectInfo[] added
null for none).public com.threerings.miso.data.ObjectInfo[] removed
null for none).public void init(int targetId,
int targetVersion,
com.threerings.miso.data.ObjectInfo[] added,
com.threerings.miso.data.ObjectInfo[] removed)
added - the objects added to the scene, or null for
noneremoved - the objects removed from the scene, or null
for nonepublic void apply(SceneModel model)
SceneUpdatesuper.apply.apply in class SceneUpdateCopyright © 2015. All rights reserved.