Strata - v1.4.10
    Preparing search index...

    Interface TailPhysicsRef

    Ref interface for TailPhysics.

    interface TailPhysicsRef {
        getPositions: () => Vector3[];
        reset: () => void;
    }
    Index

    Properties

    Properties

    getPositions: () => Vector3[]

    Get the array of all segment world positions.

    reset: () => void

    Reset the tail to its neutral position.