CryEngine.Physics.Ray

CryEngine.Physics.Ray

Properties

Vector3 Origin [get, set]
The origin position of this Ray. More...
float Length [get, set]
The lenght this ray will point in a direction. More...
Vector3 Direction [get, set]
The normalized direction this Ray will point in. All values will be normalized when set. More...

Property Documentation

◆ Direction

Vector3 CryEngine.Physics.Ray.Direction
get
set

The normalized direction this Ray will point in. All values will be normalized when set.

◆ Length

float CryEngine.Physics.Ray.Length
get
set

The lenght this ray will point in a direction.

◆ Origin

Vector3 CryEngine.Physics.Ray.Origin
get
set

The origin position of this Ray.