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