GLSharp.Universe.Node.BindController C# (CSharp) Method

BindController() public method

public BindController ( ControllerBase controller ) : void
controller ControllerBase
return void
        public void BindController(ControllerBase controller)
        {
            this.Controller = controller;
            controller.Bind(this);
        }