LeafNode Class

Summary

An PlatformerGameKit.BehaviourTrees.IBehaviourNode which executes some logic.
LeafNode
Object
IPolymorphic

Syntax

[Serializable]
public abstract class LeafNode : IBehaviourNode, IPolymorphic

Remarks

Documentation: Behaviour Tree Brains - Leaves

Attributes

Type Description
SerializableAttribute

Methods

Name Value Summary
Execute() Result
Runs this node's main logic.