C# Class Kroulis.Item.DamageOrb

Inheritance: Items
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Méthodes publiques

Méthode Description
SetDamage ( float damage ) : void
SetMagicalInfluence ( float value ) : void
SetPhysicalInfluence ( float value ) : void
Start ( ) : void
Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool

Private Methods

Méthode Description
calculate ( ) : float

Method Details

SetDamage() public méthode

public SetDamage ( float damage ) : void
damage float
Résultat void

SetMagicalInfluence() public méthode

public SetMagicalInfluence ( float value ) : void
value float
Résultat void

SetPhysicalInfluence() public méthode

public SetPhysicalInfluence ( float value ) : void
value float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Use_Item() public méthode

public Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool
Caller UnityEngine.GameObject
Target UnityEngine.GameObject
Résultat bool