dacha
    Preparing search index...

    Interface CapsuleColliderShape

    interface CapsuleColliderShape {
        height: number;
        radius: number;
        type: "capsule";
    }
    Index
    height: number
    radius: number
    type: "capsule"