Vixen
02b45cc4
csharp
public enum ShapeKind

Which 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)

  • Sphere

    A sphere of a given radius, centred on the body's origin.

  • Box

    A box, given as half its extents along each axis.

  • Capsule

    A capsule along the Y axis: a cylinder of a half height, capped with hemispheres.

  • Cylinder

    A cylinder along the Y axis.

  • Plane

    An infinite half-space. Static geometry only.

  • ConvexHull

    The convex hull of a point cloud.

  • Mesh

    A triangle mesh. Concave, and so static or kinematic only.

  • Compound

    Several shapes, each with its own offset from the body's origin.

  • HeightField

    A 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