Strata - v1.4.10
    Preparing search index...

    Interface ProceduralWalkRef

    Ref interface for ProceduralWalk.

    interface ProceduralWalkRef {
        getPhase: () => number;
        getState: () => GaitState | null;
        reset: () => void;
    }
    Index

    Properties

    getPhase: () => number

    Get the current phase of the walk cycle (0-1).

    getState: () => GaitState | null

    Get the current gait state.

    reset: () => void

    Reset the gait cycle.