CurveConveyorBodyType Enumeration |
The physics mode for a curve conveyor visual.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic enum CurveConveyorBodyType
Members| 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.
|
See Also