com.threerings.opengl.scene.config
Class ViewerEffectConfig.Sound
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.scene.config.ViewerEffectConfig
com.threerings.opengl.scene.config.ViewerEffectConfig.Sound
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ViewerEffectConfig
public static class ViewerEffectConfig.Sound
- extends ViewerEffectConfig
Plays a sound.
sounder
@Editable(nullable=true)
public ConfigReference<SounderConfig> sounder
- The configuration of the sounder that will play the sound.
ViewerEffectConfig.Sound
public ViewerEffectConfig.Sound()
getViewerEffect
public ViewerEffect getViewerEffect(GlContext ctx,
Scope scope,
ViewerEffect effect)
- Description copied from class:
ViewerEffectConfig
- Creates the actual effect object.
- Specified by:
getViewerEffect in class ViewerEffectConfig
effect - an effect to reuse, if possible.
Copyright © 2011. All Rights Reserved.