com.threerings.opengl.compositor
Class RenderQueue.Group.State
java.lang.Object
com.threerings.opengl.compositor.RenderQueue.Group.State
- Enclosing class:
- RenderQueue.Group
public static class RenderQueue.Group.State
- extends Object
Represents the saved state of a group.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_qstates
protected ArrayList<RenderQueue.State> _qstates
- Saved states for each queue.
RenderQueue.Group.State
public RenderQueue.Group.State()
swap
public void swap(RenderQueue.Group group)
- Swaps this state with the of the specified group.