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