SpatialMaterialCullMode Enumeration |
[Missing <summary> documentation for "T:Godot.SpatialMaterial.CullMode"]
Namespace: Godot
public enum CullMode
| Member name | Value | Description | |
|---|---|---|---|
| Back | 0 | Default cull mode. The back of the object is culled when not visible. | |
| Front | 1 | The front of the object is culled when not visible. | |
| Disabled | 2 | No culling is performed. |