Enum Projection.Planes
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Enumerated index values for the planes.
public enum Projection.Planes
Fields
Bottom = 5The projection's bottom plane.
Far = 1The projection's far plane.
Left = 2The projection's left plane.
Near = 0The projection's near plane.
Right = 4The projection's right plane.
Top = 3The projection's top plane.