C# Class PowerShard

Inheritance: Obstacle
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Méthodes publiques

Méthode Description
ApplyEffect ( ) : void
JSONToPowerShard ( JSONObject, powerShard, Hexagon, position ) : PowerShard,
PowerShard ( Hexagon, position, int cooldown, List effectIds ) : UnityEngine
PowerShardToJSON ( ) : JSONObject,
UpdateCooldown ( ) : bool
isReady ( ) : bool

Private Methods

Méthode Description
GetRandomEffect ( ) : int

Method Details

ApplyEffect() public méthode

public ApplyEffect ( ) : void
Résultat void

JSONToPowerShard() public static méthode

public static JSONToPowerShard ( JSONObject, powerShard, Hexagon, position ) : PowerShard,
powerShard JSONObject,
position Hexagon,
Résultat PowerShard,

PowerShard() public méthode

public PowerShard ( Hexagon, position, int cooldown, List effectIds ) : UnityEngine
position Hexagon,
cooldown int
effectIds List
Résultat UnityEngine

PowerShardToJSON() public méthode

public PowerShardToJSON ( ) : JSONObject,
Résultat JSONObject,

UpdateCooldown() public méthode

public UpdateCooldown ( ) : bool
Résultat bool

isReady() public méthode

public isReady ( ) : bool
Résultat bool