Struct NativeMovementPlane

Public

A variant of SimpleMovementPlane that can be passed to burst functions.

Public Methods

AsPlaneToWorldMatrix ()
Public
AsWorldToPlaneMatrix ()
Public
NativeMovementPlane (plane)
Public
NativeMovementPlane (rotation)
Public
ToPlane (p)

Transforms from world space to the 'ground' plane of the graph.

Public
ToPlane (p, elevation)

Transforms from world space to the 'ground' plane of the graph.

Public
ToPlane (rotation)

Projects a rotation onto the plane.

Public
ToWorld (p, elevation=0f)

Transforms from the 'ground' plane of the graph to world space.

Public
ToWorld (bounds)

Transforms a bounding box from local space to world space.

Public
ToWorldRotation (angle)
Public
ToWorldRotationDelta (deltaAngle)
Public

Public Variables

rotation

The rotation of the plane.

Public Readonly