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

End the effect

Implements AVR.Core.AVR_Effect.

Definition at line 69 of file AVR_CameraFade.cs.

70  {
71  do_fade_out = true;
72  stime = Time.time;
73  }