Click or drag to resize

CurveConveyorBodyType Enumeration

The physics mode for a curve conveyor visual.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum CurveConveyorBodyType
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.
See Also