C# Class EventEffects, planet-survival

Inheritance: MonoBehaviour
Afficher le fichier Open project: gjrfytn/planet-survival Class Usage Examples

Méthodes publiques

Méthode Description
ApplyEffect ( string tag ) : void
ApplyEffect ( string tag, byte value ) : void
ApplyEffect ( string tag, byte value1, bool value2, bool value3 ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

ApplyEffect() public static méthode

public static ApplyEffect ( string tag ) : void
tag string
Résultat void

ApplyEffect() public static méthode

public static ApplyEffect ( string tag, byte value ) : void
tag string
value byte
Résultat void

ApplyEffect() public static méthode

public static ApplyEffect ( string tag, byte value1, bool value2, bool value3 ) : void
tag string
value1 byte
value2 bool
value3 bool
Résultat void