Enum SpatialMaterial.CullMode

enum CullMode : int { ... }

Enum members

NameDescription
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.