Package zombie.core.opengl
Class GLState.CBooleanValue
java.lang.Object
zombie.core.opengl.GLState.CBooleanValue
- All Implemented Interfaces:
IOpenGLState.Value
- Enclosing class:
- GLState
public static class GLState.CBooleanValue extends java.lang.Object implements IOpenGLState.Value
-
Field Summary
Fields Modifier and Type Field Description static GLState.CBooleanValueFALSEstatic GLState.CBooleanValueTRUE -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object object)IOpenGLState.Valueset(IOpenGLState.Value value)Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TRUE
-
FALSE
-
-
Method Details
-
equals
public boolean equals(java.lang.Object object)- Overrides:
equalsin classjava.lang.Object
-
set
- Specified by:
setin interfaceIOpenGLState.Value
-