C# Class SpellProp_Fireball, UnderworldExporter

Inheritance: SpellProp
Mostrar archivo Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
caster GameObject

Protected Properties

Property Type Description
SecondaryEndFrame int
SecondaryStartFrame int
splashDamage int
splashDistance float

Public Methods

Method Description
init ( int effectId, GameObject SpellCaster ) : void
onImpact ( Transform tf ) : void

Method Details

init() public method

public init ( int effectId, GameObject SpellCaster ) : void
effectId int
SpellCaster GameObject
return void

onImpact() public method

public onImpact ( Transform tf ) : void
tf Transform
return void

Property Details

SecondaryEndFrame protected_oe property

protected int SecondaryEndFrame
return int

SecondaryStartFrame protected_oe property

protected int SecondaryStartFrame
return int

caster public_oe property

public GameObject caster
return GameObject

splashDamage protected_oe property

protected int splashDamage
return int

splashDistance protected_oe property

protected float splashDistance
return float