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: 19.00.00
Syntax
C#
public enum FloorCollisionType
Members
Member nameValueDescription
Auto0 
BoundingBox1 
ConvexHull2 
ConvexHullDecomposition3 
TriMesh4 
See Also