Example #1
0
 public void HandleTrip(DeactivateTrip e)
 {
     SetNormalLighting();
 }
Example #2
0
 public void StopTrip(DeactivateTrip e)
 {
     modifier = 0;
 }
Example #3
0
 public void DeactivateTrip(DeactivateTrip e)
 {
     profile.chromaticAberration.enabled = false;
     profile.motionBlur.enabled          = false;
 }