com.threerings.opengl.material.config
Class TechniqueConfig.StateContainer
java.lang.Object
com.threerings.opengl.material.config.TechniqueConfig.StateContainer
- Enclosing class:
- TechniqueConfig
public static class TechniqueConfig.StateContainer
- extends Object
A simple container for a set of states.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
states
public RenderState[] states
- The contained states.
TechniqueConfig.StateContainer
public TechniqueConfig.StateContainer(RenderState[] states)
- Creates a new container.