Click or drag to resize

IController Interface

[Missing <summary> documentation for "T:Demo3D.Visuals.Motor.IController"]

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public interface IController

The IController type exposes the following members.

Properties
  NameDescription
Public propertyMotor
The motor to which the controller is attached.
Top
Methods
  NameDescription
Public methodAttach
Called when a motor attempts to attach the controller to itself.
Public methodDetach
Called when a motor has detatched the controller.
Public methodPause
Called immediately after the motor has been paused.
Public methodResume
Called immediately after the motor has been resumed (following a pause).
Top
See Also