com.threerings.opengl.model.config
Class ActionConfig.CallFunction
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ActionConfig
com.threerings.opengl.model.config.ActionConfig.CallFunction
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ActionConfig
public static class ActionConfig.CallFunction
- extends ActionConfig
Generic action that calls a scoped function.
|
Field Summary |
String |
name
The name of the function to call. |
name
@Editable
public String name
- The name of the function to call.
ActionConfig.CallFunction
public ActionConfig.CallFunction()
createExecutor
public Executor createExecutor(GlContext ctx,
Scope scope)
- Description copied from class:
ActionConfig
- Creates an executor for this action.
- Specified by:
createExecutor in class ActionConfig
Copyright © 2011. All Rights Reserved.