com.threerings.openal.config
Class SounderConfig.PitchWeightedFile

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

public static class SounderConfig.PitchWeightedFile
extends SounderConfig.WeightedFile

A weighted file with a pitch multiplier.


Field Summary
 float pitch
          The pitch multiplier.
 
Fields inherited from class com.threerings.openal.config.SounderConfig.WeightedFile
file, gain, weight
 
Constructor Summary
SounderConfig.PitchWeightedFile()
           
 
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

pitch

@Editable(min=0.0,
          step=0.01)
public float pitch
The pitch multiplier.

Constructor Detail

SounderConfig.PitchWeightedFile

public SounderConfig.PitchWeightedFile()


Copyright © 2011. All Rights Reserved.