PhysicsObjectAutoDisable Property |
If True, then the body will disable itself after a certain period of inactivity. This is a physics optimization; inactive bodies will appear red in the physics view (press F8 to see physics view).
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool AutoDisable { get; set; }Property Value
Type:
Boolean
See Also