We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Engine.Factory().Controller().Object()
Engine
Factory()
Controller()
Object()
Depends on:
Engine.Factory().Controller().Mouse()
Mouse()
Methods
Draggable()
Create a Controller
Controller
var ControllerMouse = Engine.Factory().Controller().Mouse( Engine.Renderer(), Engine.Camera(), Engine.Scene() ); var ControllerDraggable = Engine.Factory().Controller().Object().Draggable( ControllerMouse );
There was an error while loading. Please reload this page.