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: 15.0.2.11458
Syntax
C#
public enum CylinderCollisionType
Members
  Member nameValueDescription
Box0 Bounding box for cylinder physics.
Cylinder1 Accurate cylinder physics.
ConvexHull2 Tightly wraps the accurate cylinder physics.
ConvexHullDecomposition3 Decomposes the cylinder geometry into a set of convex-hulls.
See Also