com.threerings.openal.config
Class SounderConfig.TimedSounder

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.openal.config.SounderConfig.TimedSounder
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
SounderConfig

public static class SounderConfig.TimedSounder
extends DeepObject
implements Exportable

A sounder to play at a specific time.


Field Summary
 ConfigReference<SounderConfig> sounder
          The sound reference.
 float time
          The time at which to play the sound.
 
Constructor Summary
SounderConfig.TimedSounder()
           
 
Method Summary
 
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

time

@Editable(min=0.0,
          step=0.01)
public float time
The time at which to play the sound.


sounder

@Editable(nullable=true)
public ConfigReference<SounderConfig> sounder
The sound reference.

Constructor Detail

SounderConfig.TimedSounder

public SounderConfig.TimedSounder()


Copyright © 2011. All Rights Reserved.