OccluderPolygon2D.CullMode/cullMode - multiple declarations
Function OccluderPolygon2D.cullMode
The culling mode to use.
OccluderPolygon2D . CullMode cullMode() nothrow @property @nogc;
void cullMode
(
long v
) nothrow @property @nogc;
Enum OccluderPolygon2D.CullMode
enum CullMode
: int { ... }
Enum members
Name | Description |
---|---|
cullClockwise
|
Culling is performed in the clockwise direction. See cullMode .
|
cullCounterClockwise
|
Culling is performed in the counterclockwise direction. See cullMode .
|
cullDisabled
|
Culling is disabled. See cullMode .
|