Plane.Up

Plane.Up property

Gets or sets the up vector of the plane, default value is (0, 1, 0), this affects the generation of the plane

public Vector3 Up { get; set; }

See Also