FuncNode.

Func Property

Summary

The delegate which will be invoked by PlatformerGameKit.BehaviourTrees.FuncNode.Execute.

Syntax

public Func<Result> Func { get; set; }

Value

Type Description
Func<Result>