com.threerings.stage.client
Interface StageSceneService
- All Superinterfaces:
- InvocationService
- All Known Implementing Classes:
- StageSceneMarshaller
public interface StageSceneService
- extends InvocationService
Provides services relating to Stage scenes.
addObject
void addObject(com.threerings.miso.data.ObjectInfo info,
InvocationService.ConfirmListener listener)
- Requests to add the supplied object to the current scene.
removeObjects
void removeObjects(com.threerings.miso.data.ObjectInfo[] info,
InvocationService.ConfirmListener listener)
- Requests to remove the supplied objects from the current scene.