Called when a motor has detatched the controller.
Namespace:
Demo3D.Visuals.Motor
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 16.01.07
Syntax
Remarks
After this function is called the
Motor property must return null until
Attach(MotorAspect) is called. You should ensure that any locks acquired
are released by this function.
See Also