Elin Modding Docs Doc
Loading...
Searching...
No Matches
ScreenFlash Class Reference
Inheritance diagram for ScreenFlash:

Public Member Functions

void Play (float mtp=1f)
 

Static Public Member Functions

static void Reset ()
 
static void Play (string id, float mtp=1f)
 

Public Attributes

Color color
 
AnimationCurve ease
 
float duration
 

Static Public Attributes

static Color currentColor
 
static Color clearColor = new Color(0f, 0f, 0f, 0f)
 

Detailed Description

Definition at line 8 of file ScreenFlash.cs.

Member Function Documentation

◆ Play() [1/2]

void ScreenFlash.Play ( float mtp = 1f)

Definition at line 24 of file ScreenFlash.cs.

◆ Play() [2/2]

static void ScreenFlash.Play ( string id,
float mtp = 1f )
static

Definition at line 18 of file ScreenFlash.cs.

◆ Reset()

static void ScreenFlash.Reset ( )
static

Definition at line 11 of file ScreenFlash.cs.

Member Data Documentation

◆ clearColor

Color ScreenFlash.clearColor = new Color(0f, 0f, 0f, 0f)
static

Definition at line 43 of file ScreenFlash.cs.

◆ color

Color ScreenFlash.color

Definition at line 46 of file ScreenFlash.cs.

◆ currentColor

Color ScreenFlash.currentColor
static

Definition at line 40 of file ScreenFlash.cs.

◆ duration

float ScreenFlash.duration

Definition at line 52 of file ScreenFlash.cs.

◆ ease

AnimationCurve ScreenFlash.ease

Definition at line 49 of file ScreenFlash.cs.


The documentation for this class was generated from the following file: