C# Class Kroulis.Item.DamageOrb

Inheritance: Items
Mostrar archivo Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Methods

Method 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

Method Description
calculate ( ) : float

Method Details

SetDamage() public method

public SetDamage ( float damage ) : void
damage float
return void

SetMagicalInfluence() public method

public SetMagicalInfluence ( float value ) : void
value float
return void

SetPhysicalInfluence() public method

public SetPhysicalInfluence ( float value ) : void
value float
return void

Start() public method

public Start ( ) : void
return void

Use_Item() public method

public Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool
Caller UnityEngine.GameObject
Target UnityEngine.GameObject
return bool