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

Start the effect

Implements AVR.Core.AVR_Effect.

Definition at line 63 of file AVR_CameraFade.cs.

64  {
65  do_fade_in = true;
66  stime = Time.time;
67  }