crashcat docs
    Preparing search index...

    Type Alias GetSubShapeTransformedShapeResult

    type GetSubShapeTransformedShapeResult = {
        position: Vec3;
        remainder: subShape.SubShapeId;
        rotation: Quat;
        scale: Vec3;
        shape: Shape | null;
    }
    Index

    Properties

    position: Vec3

    Accumulated position transform

    remainder: subShape.SubShapeId

    Remaining SubShapeId after navigation

    rotation: Quat

    Accumulated rotation transform

    scale: Vec3

    Accumulated scale transform

    shape: Shape | null

    The transformed shape found, or null if navigation failed