C# Class SpellProp_Fireball, UnderworldExporter

Inheritance: SpellProp
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
caster GameObject

Protected Properties

Свойство Type Description
SecondaryEndFrame int
SecondaryStartFrame int
splashDamage int
splashDistance float

Méthodes publiques

Méthode Description
init ( int effectId, GameObject SpellCaster ) : void
onImpact ( Transform tf ) : void

Method Details

init() public méthode

public init ( int effectId, GameObject SpellCaster ) : void
effectId int
SpellCaster GameObject
Résultat void

onImpact() public méthode

public onImpact ( Transform tf ) : void
tf Transform
Résultat void

Property Details

SecondaryEndFrame protected_oe property

protected int SecondaryEndFrame
Résultat int

SecondaryStartFrame protected_oe property

protected int SecondaryStartFrame
Résultat int

caster public_oe property

public GameObject caster
Résultat GameObject

splashDamage protected_oe property

protected int splashDamage
Résultat int

splashDistance protected_oe property

protected float splashDistance
Résultat float