com.threerings.opengl.model.config
Class ConditionalConfig.Case

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by 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.


Field Summary
 BooleanExpression condition
          The condition for the case.
 ConfigReference<ModelConfig> model
          The model reference.
 Transform3D transform
          The model transform.
 
Constructor Summary
ConditionalConfig.Case()
           
 
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

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.

Constructor Detail

ConditionalConfig.Case

public ConditionalConfig.Case()


Copyright © 2011. All Rights Reserved.