struct
Ray
public sealed struct Ray A struct describing an origin and direction
Constructors
Properties
Methods
Vector3 Project(Single distance) Returns a point on the ray at given distance.
distance — How far from the Position the point should be. returns — The point at given distance.
Assembly:
Sandbox.System Full Name: Ray