ActionNode.Tick Method

Fight Game AI Demo

ActionNodeTick Method
Update the time of the behaviour tree.

Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MyBehaviourTreeStatus Tick(
	MyTimeData time
)

Parameters

time
Type: FightGameAIDemo.Behavior_TreeMyTimeData

[Missing <param name="time"/> documentation for "M:FightGameAIDemo.Behavior_Tree.ActionNode.Tick(FightGameAIDemo.Behavior_Tree.MyTimeData)"]

Return Value

Type: MyBehaviourTreeStatus

[Missing <returns> documentation for "M:FightGameAIDemo.Behavior_Tree.ActionNode.Tick(FightGameAIDemo.Behavior_Tree.MyTimeData)"]

Implements

IMyBehaviourTreeNodeTick(MyTimeData)
See Also