dacha
    Preparing search index...

    Interface BoxColliderShape

    interface BoxColliderShape {
        size: Point;
        type: "box";
    }
    Index
    size: Point
    type: "box"