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.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool AutoDisable { get; set; }Property Value
Boolean
See Also