PhysicsBodyEnabled Property |
Whether the physics body is enabled in the physics world.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxpublic bool Enabled { get; set; }Property Value
Type:
Boolean
Remarks
This is different from being
Active.
See Also