com.threerings.openal.config
Class SounderConfig.Fixed
java.lang.Object
com.threerings.util.DeepObject
com.threerings.openal.config.SounderConfig.Implementation
com.threerings.openal.config.SounderConfig.Original
com.threerings.openal.config.SounderConfig.Fixed
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- SounderConfig.BaseClip, SounderConfig.BaseStream
- Enclosing class:
- SounderConfig
public abstract static class SounderConfig.Fixed
- extends SounderConfig.Original
An original config with fixed fields.
|
Field Summary |
float |
gain
The base gain (volume). |
float |
pitch
The pitch multiplier. |
|
Method Summary |
float |
getGain()
Returns the base gain (volume). |
float |
getPitch()
Returns the pitch multiplier. |
gain
@Editable(min=0.0,
step=0.01,
hgroup="g",
weight=-1.0)
public float gain
- The base gain (volume).
pitch
@Editable(min=0.0,
step=0.01,
hgroup="g",
weight=-1.0)
public float pitch
- The pitch multiplier.
SounderConfig.Fixed
public SounderConfig.Fixed()
getGain
public float getGain()
- Description copied from class:
SounderConfig.Original
- Returns the base gain (volume).
- Specified by:
getGain in class SounderConfig.Original
getPitch
public float getPitch()
- Description copied from class:
SounderConfig.Original
- Returns the pitch multiplier.
- Specified by:
getPitch in class SounderConfig.Original
Copyright © 2011. All Rights Reserved.