@its-not-rocket-science/ananke
    Preparing search index...

    Interface RigSnapshot

    Complete per-entity rig data for a single simulation tick. Aggregates all Phase 14 outputs for convenient host consumption. Call extractRigSnapshots once per tick after stepWorld.

    interface RigSnapshot {
        animation: AnimationHints;
        entityId: number;
        grapple: GrapplePoseConstraint;
        inertia: InertiaTensor;
        mass: MassDistribution;
        pose: PoseModifier[];
        teamId: number;
        tick: number;
    }
    Index

    Properties

    animation: AnimationHints
    entityId: number
    grapple: GrapplePoseConstraint
    inertia: InertiaTensor
    mass: MassDistribution
    pose: PoseModifier[]
    teamId: number
    tick: number