com.threerings.opengl.model.config
Class ActionConfig.Case
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ActionConfig.Case
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ActionConfig
public static class ActionConfig.Case
- extends DeepObject
- implements Exportable
Combines an action with a condition.
condition
@Editable
public BooleanExpression condition
- The condition for the case.
action
@Editable
public ActionConfig action
- The action itself.
ActionConfig.Case
public ActionConfig.Case()