C# Class EventEffects, planet-survival

Inheritance: MonoBehaviour
Show file Open project: gjrfytn/planet-survival Class Usage Examples

Public Methods

Method Description
ApplyEffect ( string tag ) : void
ApplyEffect ( string tag, byte value ) : void
ApplyEffect ( string tag, byte value1, bool value2, bool value3 ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

ApplyEffect() public static method

public static ApplyEffect ( string tag ) : void
tag string
return void

ApplyEffect() public static method

public static ApplyEffect ( string tag, byte value ) : void
tag string
value byte
return void

ApplyEffect() public static method

public static ApplyEffect ( string tag, byte value1, bool value2, bool value3 ) : void
tag string
value1 byte
value2 bool
value3 bool
return void