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: 15.0.2.11458
Syntax
C#
public bool Enabled { get; set; }

Property Value

Type: Boolean
Remarks
This is different from being Active.
See Also