ConveyorBodyType Enumeration |
Namespace: Demo3D.Visuals
public enum ConveyorBodyType
| Member name | Value | Description | |
|---|---|---|---|
| Deflector | 0 | The conveyor does not move using dynamic physics (The default). | |
| Vehicle | 1 | The conveyor can move using dynamic physics. Combine this with Kinematic in order to get loads to move with a conveyor when it moves without parenting them to the conveyor. | |
| Lift | 2 | The conveyor will move vertically up and down using dynamic physics (set when calling TiltUp/TiltDown). | |
| Tilt | 3 | The conveyor will rotate about its origin in a vertical direction using dynamic physics (set when calling LiftUp/LiftDown). |
© Emulate3D Ltd. All rights reserved.