C# Class FadingDarkness, DarkDreams

Inheritance: MonoBehaviour
Datei anzeigen Open project: technicalvgda/DarkDreams Class Usage Examples

Public Properties

Property Type Description
flash bool
playerHidden bool

Public Methods

Method Description
Flash ( ) : void
OnTriggerExit2D ( Collider2D col ) : void
OnTriggerStay2D ( Collider2D col ) : void
ResetDarkness ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Flash() public method

public Flash ( ) : void
return void

OnTriggerExit2D() public method

public OnTriggerExit2D ( Collider2D col ) : void
col UnityEngine.Collider2D
return void

OnTriggerStay2D() public method

public OnTriggerStay2D ( Collider2D col ) : void
col UnityEngine.Collider2D
return void

ResetDarkness() public method

public ResetDarkness ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

flash public_oe property

public bool flash
return bool

playerHidden public_oe property

public bool playerHidden
return bool