weasel API - v0.8.0
    Preparing search index...

    Interface RecordedHitbox

    interface RecordedHitbox {
        id: string;
        kind: "body" | "anchor" | "handle" | "rotation";
        shape: HitShape;
    }
    Index

    Properties

    Properties

    id: string
    kind: "body" | "anchor" | "handle" | "rotation"
    shape: HitShape