ShapeType

Edit

Represents the different types of physics Shapes available.

ValueDescription
box A box.
sphere A sphere.
capsule A capsule (cylinder with rounded ends).
cylinder A cylinder.
convex A convex hull.
mesh A triangle mesh. Colliders with this shape can not move.
terrain A heightfield. Colliders with this shape can not move.

See also