C# Class ElementNode.SpellNode

Spell node.
Inheritance: ElementNode
Exibir arquivo Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
_selfSpell SelfSpell,
_targetSpell TargetSpell,

Public Methods

Method Description
GetSelfSpell ( Queue elements ) : SelfSpell,

Gets the self spell.

GetTargetSpell ( Queue elements ) : TargetSpell,

Gets the target spell.

SetSelfSpell ( SelfSpell, &selfSpell, Queue elements ) : void

Sets the self spell.

SetTargetSpell ( TargetSpell, &targetSpell, Queue elements ) : void

Sets the target spell.

SpellNode ( Element, element ) : UnityEngine

Initializes a new instance of the ElementNode+SpellNode class.

Method Details

GetSelfSpell() public method

Gets the self spell.
public GetSelfSpell ( Queue elements ) : SelfSpell,
elements Queue Elements.
return SelfSpell,

GetTargetSpell() public method

Gets the target spell.
public GetTargetSpell ( Queue elements ) : TargetSpell,
elements Queue Elements.
return TargetSpell,

SetSelfSpell() public method

Sets the self spell.
public SetSelfSpell ( SelfSpell, &selfSpell, Queue elements ) : void
selfSpell SelfSpell, Self spell.
elements Queue Elements.
return void

SetTargetSpell() public method

Sets the target spell.
public SetTargetSpell ( TargetSpell, &targetSpell, Queue elements ) : void
targetSpell TargetSpell, Target spell.
elements Queue Elements.
return void

SpellNode() public method

Initializes a new instance of the ElementNode+SpellNode class.
public SpellNode ( Element, element ) : UnityEngine
element Element, Element.
return UnityEngine

Property Details

_selfSpell public_oe property

The self spell.
public SelfSpell, _selfSpell
return SelfSpell,

_targetSpell public_oe property

The target spell.
public TargetSpell, _targetSpell
return TargetSpell,