Renderer stencil operations. More...
Public Member Functions | |
GraphicsStencilOperation (int value) | |
Constructs a GraphicsStencilOperation of an integer value. More... | |
GraphicsStencilOperation (GraphicsStencilOperation enum_) | |
Constructs a copy of a GraphicsStencilOperation object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static GraphicsStencilOperation | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
static GraphicsStencilOperation | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
GraphicsStencilOperationDecrement =(5) | |
Decreases current stencil buffer value. | |
GraphicsStencilOperationDecrementWrap =(6) | |
Decreases stencil buffer value, wraps to maximum - 1 when below 0. | |
GraphicsStencilOperationIncrement =(3) | |
Increases current stencil buffer value. | |
GraphicsStencilOperationIncrementWrap =(4) | |
Increases stencil buffer value, wraps to zero when reaching maximum. | |
GraphicsStencilOperationInvert =(7) | |
Inverts current stencil buffer value. | |
GraphicsStencilOperationKeep =(0) | |
Keeps the current stencil buffer value. | |
GraphicsStencilOperationReplace =(2) | |
Set stencil buffer value to reference value, specified by StencilFunction. | |
GraphicsStencilOperationZero =(1) | |
Sets stencil buffer value to zero. | |
Renderer stencil operations.
GraphicsStencilOperation | ( | int | value | ) |
Constructs a GraphicsStencilOperation of an integer value.
value | Integer value to convert to enumeration constant. |
Constructs a copy of a GraphicsStencilOperation object.
enum_ | GraphicsStencilOperation to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |