C# Class SpellProperties, r2d2_assignment

Inheritance: MonoBehaviour
Afficher le fichier Open project: timmutton/r2d2_assignment Class Usage Examples

Méthodes publiques

Свойство Type Description
parent Transform
spellDamage float
spellElem SpellElement
spellMat Material[]
spellType SpellType,
trail GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
setSpellProperties ( object>.Dictionary spellParams ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

setSpellProperties() public méthode

public setSpellProperties ( object>.Dictionary spellParams ) : void
spellParams object>.Dictionary
Résultat void

Property Details

parent public_oe property

public Transform parent
Résultat Transform

spellDamage public_oe property

public float spellDamage
Résultat float

spellElem public_oe property

public SpellElement spellElem
Résultat SpellElement

spellMat public_oe property

public Material[] spellMat
Résultat Material[]

spellType public_oe property

public SpellType, spellType
Résultat SpellType,

trail public_oe property

public GameObject trail
Résultat GameObject