Strata - v1.4.10
    Preparing search index...

    Interface LookAtState

    Runtime state of a look-at controller.

    interface LookAtState {
        currentRotation: Quaternion;
        targetRotation: Quaternion;
        velocity: Vector3;
    }
    Index

    Properties

    currentRotation: Quaternion

    Current world-space rotation.

    targetRotation: Quaternion

    Target world-space rotation.

    velocity: Vector3

    Current angular velocity.