RSX Code Reference
    Preparing search index...
    • rsx
    • ControllerCollision

    Class ControllerCollision

    Contains data about a collision of a character controller and another object.

    Index
    _motionAmount: number
    _motionDirection: Vector3
    _normal: Vector3
    _position: Vector3
    • get motionAmount(): number

      Magnitude of motion after the hit.

      Returns number

    • set motionAmount(value: number): void

      Parameters

      • value: number

      Returns void