IController Interface | 
[Missing <summary> documentation for "T:Demo3D.Visuals.Motor.IController"]
Namespace: Demo3D.Visuals.Motor
public interface IController
The IController type exposes the following members.
| Name | Description | |
|---|---|---|
| Attach | 
            Called when a motor attempts to attach the controller to itself.
              | |
| Detach | 
            Called when a motor has detatched the controller.
              | |
| Pause | 
            Called immediately after the motor has been paused.
              | |
| Resume | 
            Called immediately after the motor has been resumed (following a pause).
              |