ActionNode.fn Field

Fight Game AI Demo

ActionNodefn Field
Function to invoke for the action.

Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private Func<MyTimeData, MyBehaviourTreeStatus> fn

Field Value

Type: FuncMyTimeData, MyBehaviourTreeStatus
See Also