com.threerings.openal.config
Class SounderConfig.Case
java.lang.Object
com.threerings.util.DeepObject
com.threerings.openal.config.SounderConfig.Case
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- SounderConfig
public static class SounderConfig.Case
- extends DeepObject
- implements Exportable
A case within a conditional sounder
condition
@Editable
public BooleanExpression condition
- The condition for the case.
sounder
@Editable(nullable=true)
public ConfigReference<SounderConfig> sounder
- The sound reference.
SounderConfig.Case
public SounderConfig.Case()
Copyright © 2011. All Rights Reserved.