Uses of Class
com.threerings.openal.config.SounderConfig

Packages that use SounderConfig
com.threerings.openal   
com.threerings.openal.config OpenAL configurations. 
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.scene.config Scene configurations. 
 

Uses of SounderConfig in com.threerings.openal
 

Methods in com.threerings.openal with parameters of type SounderConfig
 void Sounder.setConfig(SounderConfig config)
          Sets the configuration of this sounder.
 

Method parameters in com.threerings.openal with type arguments of type SounderConfig
 void Sounder.configUpdated(ConfigEvent<SounderConfig> event)
           
 void Sounder.setConfig(ConfigReference<SounderConfig> ref)
          Sets the configuration of this sounder.
 

Constructors in com.threerings.openal with parameters of type SounderConfig
Sounder(AlContext ctx, Scope parentScope, Transform3D transform, SounderConfig config)
          Creates a new sounder with the given configuration.
 

Constructor parameters in com.threerings.openal with type arguments of type SounderConfig
Sounder(AlContext ctx, Scope parentScope, Transform3D transform, ConfigReference<SounderConfig> ref)
          Creates a new sounder with the referenced configuration.
 

Uses of SounderConfig in com.threerings.openal.config
 

Fields in com.threerings.openal.config with type parameters of type SounderConfig
 ConfigReference<SounderConfig> SounderConfig.Conditional.defaultSounder
          The default sounder reference.
 ConfigReference<SounderConfig> SounderConfig.Case.sounder
          The sound reference.
 ConfigReference<SounderConfig> SounderConfig.ComponentSounder.sounder
          The sound reference.
 ConfigReference<SounderConfig> SounderConfig.TimedSounder.sounder
          The sound reference.
 ConfigReference<SounderConfig> SounderConfig.WeightedSounder.sounder
          The sound reference.
 ConfigReference<SounderConfig> SounderConfig.Derived.sounder
          The sound reference.
 

Uses of SounderConfig in com.threerings.opengl.model.config
 

Fields in com.threerings.opengl.model.config with type parameters of type SounderConfig
 ConfigReference<SounderConfig> ActionConfig.PlaySound.sounder
          The configuration of the sounder that will play the sound.
 

Uses of SounderConfig in com.threerings.opengl.scene.config
 

Fields in com.threerings.opengl.scene.config with type parameters of type SounderConfig
 ConfigReference<SounderConfig> ViewerEffectConfig.Sound.sounder
          The configuration of the sounder that will play the sound.
 



Copyright © 2011. All Rights Reserved.