ColliderShapeType

Declaration

enum class ColliderShapeType {
        Box,
        Sphere,
        Capsule,
        Unknown
};

Notes

ColliderShapeType is an enum used in ColliderShape to differentiate the different shapes.