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

Definition at line 48 of file AVR_SingletonComponent.cs.

49  {
50  Instance = null;
51  }