Property | Type | Description | |
---|---|---|---|
_selfSpell | SelfSpell, | ||
_targetSpell | TargetSpell, |
Method | Description | |
---|---|---|
GetSelfSpell ( Queue |
Gets the self spell.
|
|
GetTargetSpell ( Queue |
Gets the target spell.
|
|
SetSelfSpell ( SelfSpell, &selfSpell, Queue |
Sets the self spell.
|
|
SetTargetSpell ( TargetSpell, &targetSpell, Queue |
Sets the target spell.
|
|
SpellNode ( Element, element ) : UnityEngine |
Initializes a new instance of the ElementNode+SpellNode class.
|
public GetSelfSpell ( Queue |
||
elements | Queue |
Elements. |
return | SelfSpell, |
public GetTargetSpell ( Queue |
||
elements | Queue |
Elements. |
return | TargetSpell, |
public SetSelfSpell ( SelfSpell, &selfSpell, Queue |
||
selfSpell | SelfSpell, | Self spell. |
elements | Queue |
Elements. |
return | void |
public SetTargetSpell ( TargetSpell, &targetSpell, Queue |
||
targetSpell | TargetSpell, | Target spell. |
elements | Queue |
Elements. |
return | void |
public SpellNode ( Element, element ) : UnityEngine | ||
element | Element, | Element. |
return | UnityEngine |