com.threerings.openal.config
Class SounderConfig.ComponentSounder

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

public static class SounderConfig.ComponentSounder
extends DeepObject
implements Exportable

A component sounder within a compound.


Field Summary
 ConfigReference<SounderConfig> sounder
          The sound reference.
 
Constructor Summary
SounderConfig.ComponentSounder()
           
 
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

sounder

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

Constructor Detail

SounderConfig.ComponentSounder

public SounderConfig.ComponentSounder()


Copyright © 2011. All Rights Reserved.