Sandbox Logo

Plane.Position

Vector3 Position { get; set; }

Description

Origin position of the plane, basically a vector <see cref="F:Sandbox.Plane.Distance" /> away from world origin in the direction given by <see cref="F:Sandbox.Plane.Normal" />.

Return

User Comments