BeltConveyorCenterCollisionType Enumeration |
Namespace: Demo3D.Visuals
public enum BeltConveyorCenterCollisionType
| Member name | Value | Description | |
|---|---|---|---|
| Auto | 0 | Automatically select for best performance. | |
| Box | 1 | Use object-oriented bounding box. | |
| ConvexHull | 2 | Use convex-hull decomposition. | |
| TriangleMesh | 3 | Use the triangle mesh. | |
| VisualOnly | 4 | No physics geometry. |
© Emulate3D Ltd. All rights reserved.