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

State Class

Summary

An empty Animancer.FSM.IState that implements all the required methods as virtual.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IState"] click Interface0 "/animancer-v7-4/api/Animancer.FSM/IState" Type["State"] class Type type-node

Syntax

public abstract class State : IState

Remarks

Documentation: State Types

Properties

Name Value Summary
CanEnterState bool
Animancer.FSM.IState.CanEnterState
CanExitState bool
Animancer.FSM.IState.CanExitState

Methods

Name Value Summary
OnEnterState() void
Animancer.FSM.IState.OnEnterState
OnExitState() void
Animancer.FSM.IState.OnExitState