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

Start the effect and automatically end it right after

Implements AVR.Core.AVR_Effect.

Definition at line 75 of file AVR_CameraFade.cs.

76  {
77  do_fade_in = do_fade_out = true;
78  stime = Time.time;
79  }