com.threerings.opengl.material.config
Class TechniqueConfig.StateContainer

java.lang.Object
  extended by 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.


Field Summary
 RenderState[] states
          The contained states.
 
Constructor Summary
TechniqueConfig.StateContainer(RenderState[] states)
          Creates a new container.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

states

public RenderState[] states
The contained states.

Constructor Detail

TechniqueConfig.StateContainer

public TechniqueConfig.StateContainer(RenderState[] states)
Creates a new container.



Copyright © 2011. All Rights Reserved.