Enum ShapeType
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
The kind of geometry backing a shape.
public enum ShapeTypeFields
Capsule = 0-
A capsule, which is a sphere swept along a segment.
Compound = 1-
A baked compound of many child shapes, allowed on static bodies only.
HeightField = 2-
A height field, used for terrain.
Hull = 3-
A convex hull.
Mesh = 4-
A triangle mesh.
Sphere = 5-
A sphere.