com.threerings.openal.config
Class SounderConfig.WeightedSounder
java.lang.Object
com.threerings.util.DeepObject
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.
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.
SounderConfig.WeightedSounder
public SounderConfig.WeightedSounder()
Copyright © 2011. All Rights Reserved.