csharp
public enum ShapeKindWhich kind of collision volume a description names.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (9)
SphereA sphere of a given radius, centred on the body's origin.
BoxA box, given as half its extents along each axis.
CapsuleA capsule along the Y axis: a cylinder of a half height, capped with hemispheres.
CylinderA cylinder along the Y axis.
PlaneAn infinite half-space. Static geometry only.
ConvexHullThe convex hull of a point cloud.
MeshA triangle mesh. Concave, and so static or kinematic only.
CompoundSeveral shapes, each with its own offset from the body's origin.
HeightFieldA regular grid of heights over the XZ plane. Concave, and so static or kinematic only.
Used by (5)
- HeightFieldShapeTestsVixen.Physics.Tests
- PhysicsDebugDrawVixen.Physics
- PhysicsShapesVixen.Physics
- ShapeDescriptionVixen.Physics
- Vixen_Physics_Shapes_ShapeDescriptionSerializerVixen.Physics