Strata - v1.4.10
    Preparing search index...

    Interface LookAtRef

    Ref interface for LookAt.

    interface LookAtRef {
        getRotation: () => Quaternion;
        reset: () => void;
    }
    Index

    Properties

    Properties

    getRotation: () => Quaternion

    Get the current computed rotation.

    reset: () => void

    Reset the rotation to neutral.