Click or drag to resize

CylinderCollisionType Enumeration

The physics primitive type to use for the cylinder visual.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public enum CylinderCollisionType
Members
  Member nameValueDescription
Box0 Bounding box for cylinder physics.
Cylinder1 Accurate cylinder physics.
See Also