Click or drag to resize

ConveyorSideCollisionType Enumeration

The physics collision geometry type to use for the sides of conveyors.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public enum ConveyorSideCollisionType
Members
  Member nameValueDescription
Box0 Use object-oriented bounding box.
ConvexHull1 Use convex-hull decomposition.
See Also