Enum SpatialMaterial.CullMode
enum CullMode
: int { ... }
Enum members
Name | Description |
---|---|
cullBack
|
Default cull mode. The back of the object is culled when not visible. |
cullDisabled
|
No culling is performed. |
cullFront
|
The front of the object is culled when not visible. |