VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.Core.AVR_Logger.OnDestroy ( )
inlinevirtual

Reimplemented from AVR.Core.AVR_Behaviour.

Definition at line 68 of file AVR_Logger.cs.

68  {
69  if(file!=null) file.Close();
70  }
StreamWriter file
Definition: AVR_Logger.cs:48