Click or drag to resize

IControllerDetach Method

Called when a motor has detatched the controller.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Detach()
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