FaceAttacker Class

Summary

A PlatformerGameKit.BehaviourTrees.LeafNode which causes the character to turn towards the attacker whenever they get hit.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit.BehaviourTrees
Interfaces
Base Types
FaceAttacker
Object
IPolymorphic

Syntax

[Serializable]
public class FaceAttacker : 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.