Strata - v1.4.10
    Preparing search index...

    Interface SpringBoneRef

    Ref interface for SpringBone.

    interface SpringBoneRef {
        getPosition: () => Vector3;
        getVelocity: () => Vector3;
        reset: () => void;
    }
    Index

    Properties

    getPosition: () => Vector3

    Get the current bone position.

    getVelocity: () => Vector3

    Get the current velocity.

    reset: () => void

    Reset the spring to neutral.