Click or drag to resize

PhysicsObjectDeleteWhenFloorHit Property

If this is true and the body type is set to 'Load' and the load touches the floor at any time it will be deleted after the number of seconds defined by the 'Delete Loads After' setting for the project.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool DeleteWhenFloorHit { get; set; }

Property Value

Type: Boolean
See Also