C# Class TinkerAnnihilation.ParticleEffectHelper

Show file Open project: JumpAttacker/EnsageSharp

Public Methods

Method Description
AddEffect ( Unit target, ParticleEffect eff ) : void
AddEffect ( Unit target, ParticleEffect eff, float range ) : void
ParticleEffectHelper ( string name ) : System
RemoveEffect ( Unit target ) : void

Method Details

AddEffect() public method

public AddEffect ( Unit target, ParticleEffect eff ) : void
target Unit
eff ParticleEffect
return void

AddEffect() public method

public AddEffect ( Unit target, ParticleEffect eff, float range ) : void
target Unit
eff ParticleEffect
range float
return void

ParticleEffectHelper() public method

public ParticleEffectHelper ( string name ) : System
name string
return System

RemoveEffect() public method

public RemoveEffect ( Unit target ) : void
target Unit
return void