This is the old Animancer v7.4 documentation. Click here for the latest version.

DelegateState.

canEnter Field

Summary

Determines whether this state can be entered. Null is treated as returning true.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
DelegateState

Syntax

public Func<bool> canEnter