VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.Core.AVR_SingletonComponent< T >.Awake ( )
inlineprotectedvirtual

Reimplemented from AVR.Core.AVR_Component.

Definition at line 24 of file AVR_SingletonComponent.cs.

25  {
26  base.Awake();
27 
28  SetInstance();
29  }