com.threerings.tudey.config
Class ClientActionConfig.ControllerAction
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ClientActionConfig
com.threerings.tudey.config.ClientActionConfig.ControllerAction
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- ClientActionConfig
public static class ClientActionConfig.ControllerAction
- extends ClientActionConfig
Fires an action on the scene controller.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
command
@Editable
public String command
- The name of the command to fire.
ClientActionConfig.ControllerAction
public ClientActionConfig.ControllerAction()
execute
public void execute(TudeyContext ctx,
TudeySceneView view,
Sprite source)
- Description copied from class:
ClientActionConfig
- Executes the action.
- Specified by:
execute in class ClientActionConfig
Copyright © 2011. All Rights Reserved.