com.threerings.opengl.model.config
Class ActionConfig.PlaySound

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.model.config.ActionConfig
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.model.config.ActionConfig
ActionConfig.CallFunction, ActionConfig.PlaySound, ActionConfig.ShakeCamera, ActionConfig.SpawnTransient
 
Field Summary
 String node
          The node at whose transform the sound should be played.
 ConfigReference<SounderConfig> sounder
          The configuration of the sounder that will play the sound.
 Transform3D transform
          The transform relative to the node.
 
Constructor Summary
ActionConfig.PlaySound()
           
 
Method Summary
 Executor createExecutor(GlContext ctx, Scope scope)
          Creates an executor for this action.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

ActionConfig.PlaySound

public ActionConfig.PlaySound()
Method Detail

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.