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

Reimplemented in AVR.Core.AVR_GenericXRDevice, and AVR.UI.AVR_UIInteractionProvider.

Definition at line 33 of file AVR_Component.cs.

33  {
34  onEnable.Invoke();
35  }