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