Click or drag to resize

FloorCollisionType Enumeration

The physics collision geometry type to use for the floor surface.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum FloorCollisionType
Members
  Member nameValueDescription
Auto0
BoundingBox1
ConvexHull2
ConvexHullDecomposition3
TriMesh4
See Also