Enum PlaneMesh.OrientationEnum NamespaceGodot AssemblyGodotSharp.dll public enum PlaneMesh.OrientationEnum : long Fields X = 0 PlaneMesh will face the positive X-axis. Y = 1 PlaneMesh will face the positive Y-axis. This matches the behavior of the PlaneMesh in Godot 3.x. Z = 2 PlaneMesh will face the positive Z-axis. This matches the behavior of the QuadMesh in Godot 3.x.