com.threerings.openal.config
Class SounderConfig.WeightedSounder

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

public static class SounderConfig.WeightedSounder
extends DeepObject
implements Exportable

A component sounder within a compound.


Field Summary
 ConfigReference<SounderConfig> sounder
          The sound reference.
 float weight
          The weight of the sounder.
 
Constructor Summary
SounderConfig.WeightedSounder()
           
 
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

weight

@Editable(min=0.0,
          step=0.01)
public float weight
The weight of the sounder.


sounder

@Editable(nullable=true)
public ConfigReference<SounderConfig> sounder
The sound reference.

Constructor Detail

SounderConfig.WeightedSounder

public SounderConfig.WeightedSounder()


Copyright © 2011. All Rights Reserved.