SelectorNode Constructor

Fight Game AI Demo

SelectorNode Constructor
Initializes a new instance of the SelectorNode class.

Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SelectorNode(
	string name
)

Parameters

name
Type: SystemString
The name.
See Also