Enum RenderingDevice.PolygonCullMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingDevice.PolygonCullMode : long
Fields
Back = 2Use polygon backface culling (faces pointing away from the camera are hidden).
Disabled = 0Do not use polygon front face or backface culling.
Front = 1Use polygon frontface culling (faces pointing towards the camera are hidden).