Click or drag to resize

PhysicsBodyEnabled Property

Whether the physics body is enabled in the physics world.

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

Property Value

Boolean
Remarks
This is different from being Active.
See Also