com.threerings.openal.config
Class SounderConfig.TimedSounder
java.lang.Object
com.threerings.util.DeepObject
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.
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.
SounderConfig.TimedSounder
public SounderConfig.TimedSounder()
Copyright © 2011. All Rights Reserved.