VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.Core.AVR_GenericXRDevice.OnEnable ( )
inlineprotectedvirtual

Reimplemented from AVR.Core.AVR_Component.

Definition at line 153 of file AVR_GenericXRDevice.cs.

154  {
155  base.OnEnable();
156  nodeDevices[controllerNode] = this;
157  Application.onBeforeRender += OnBeforeRender;
158  }
XRNode controllerNode
Which XRNode this object represents.
static Dictionary< XRNode, AVR_GenericXRDevice > nodeDevices