VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.Motion.AVR_TurnProvider.Awake ( )
inlineprotectedvirtual

Reimplemented from AVR.Core.AVR_ControllerComponent.

Definition at line 60 of file AVR_TurnProvider.cs.

61  {
62  base.Awake();
63  stime = Time.time;
64  }