com.threerings.opengl.model.config
Class ActionConfig.PlaySound
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ActionConfig
com.threerings.opengl.model.config.ActionConfig.PlaySound
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ActionConfig
public static class ActionConfig.PlaySound
- extends ActionConfig
Plays a sound.
sounder
@Editable(nullable=true)
public ConfigReference<SounderConfig> sounder
- The configuration of the sounder that will play the sound.
node
@Editable
public String node
- The node at whose transform the sound should be played.
transform
@Editable(step=0.01)
public Transform3D transform
- The transform relative to the node.
ActionConfig.PlaySound
public ActionConfig.PlaySound()
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.