Click or drag to resize

BoxTubeCollisionType Enumeration

The physics primitive type to use for the box tube visual.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public enum BoxTubeCollisionType
Members
Member nameValueDescription
BoundingBox0 
ConvexHull1 
ConvexHullDecomposition2 
TriMesh3 
See Also