-
Notifications
You must be signed in to change notification settings - Fork 0
Factory Controller Object
Gerd Christian Kunze edited this page Aug 22, 2013
·
1 revision
Engine
.Factory()
.Controller()
.Object()
Depends on:
Engine
.Factory()
.Controller()
.Mouse()
Methods
Draggable()
Create a Controller
var ControllerMouse = Engine.Factory().Controller().Mouse( Engine.Renderer(), Engine.Camera(), Engine.Scene() );
var ControllerDraggable = Engine.Factory().Controller().Object().Draggable( ControllerMouse );