C# Class SpellProperties, r2d2_assignment

Inheritance: MonoBehaviour
Show file Open project: timmutton/r2d2_assignment Class Usage Examples

Public Properties

Property Type Description
parent Transform
spellDamage float
spellElem SpellElement
spellMat Material[]
spellType SpellType,
trail GameObject

Public Methods

Method Description
Awake ( ) : void
setSpellProperties ( object>.Dictionary spellParams ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

setSpellProperties() public method

public setSpellProperties ( object>.Dictionary spellParams ) : void
spellParams object>.Dictionary
return void

Property Details

parent public property

public Transform parent
return Transform

spellDamage public property

public float spellDamage
return float

spellElem public property

public SpellElement spellElem
return SpellElement

spellMat public property

public Material[] spellMat
return Material[]

spellType public property

public SpellType, spellType
return SpellType,

trail public property

public GameObject trail
return GameObject