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

Reimplemented from AVR.Core.AVR_Component.

Definition at line 58 of file AVR_UIInteractionProvider.cs.

58  {
59  base.OnEnable();
60  stime = Time.realtimeSinceStartup;
61  set();
62  }