Table of Contents

Interface IState

Namespace
WitShells.WitActor
public interface IState

Methods

OnEnter()

Called when the state is entered.

void OnEnter()

OnExit()

Called when the state is exited.

void OnExit()

OnUpdate()

Called every frame while the state is active.

void OnUpdate()