Click or drag to resize

ConveyorBodyType Enumeration

The physics mode for a conveyor visual.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum ConveyorBodyType
Members
  Member nameValueDescription
Deflector0 The conveyor does not move using dynamic physics (The default).
Vehicle1 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.
Lift2 The conveyor will move vertically up and down using dynamic physics (set when calling TiltUp/TiltDown).
Tilt3 The conveyor will rotate about its origin in a vertical direction using dynamic physics (set when calling LiftUp/LiftDown).
See Also