com.threerings.opengl.model.config
Class ConditionalConfig.Case
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ConditionalConfig.Case
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ConditionalConfig
public static class ConditionalConfig.Case
- extends DeepObject
- implements Exportable
Represents one of the cases that makes up the conditional.
condition
@Editable
public BooleanExpression condition
- The condition for the case.
model
@Editable(nullable=true)
public ConfigReference<ModelConfig> model
- The model reference.
transform
@Editable(step=0.01)
public Transform3D transform
- The model transform.
ConditionalConfig.Case
public ConditionalConfig.Case()
Copyright © 2011. All Rights Reserved.