com.threerings.opengl.model.config
Class ActionConfig.Conditional
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ActionConfig
com.threerings.opengl.model.config.ActionConfig.Conditional
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ActionConfig
public static class ActionConfig.Conditional
- extends ActionConfig
Performs one of a number of sub-actions depending on conditions.
cases
@Editable
public ActionConfig.Case[] cases
- The cases.
defaultAction
@Editable
public ActionConfig defaultAction
- The default action.
ActionConfig.Conditional
public ActionConfig.Conditional()
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