com.threerings.opengl.model.config
Class ActionConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ActionConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- ActionConfig.CallFunction, ActionConfig.PlaySound, ActionConfig.ShakeCamera, ActionConfig.SpawnTransient
@EditorTypes(value={ActionConfig.CallFunction.class,ActionConfig.SpawnTransient.class,ActionConfig.PlaySound.class,ActionConfig.ShakeCamera.class})
public abstract class ActionConfig- extends DeepObject
- implements Exportable
Configurations for actions taken by models.
ActionConfig
public ActionConfig()
createExecutor
public abstract Executor createExecutor(GlContext ctx,
Scope scope)
- Creates an executor for this action.
Copyright © 2011. All Rights Reserved.