Table of Contents

State Machine Component

The state machine component creates an instance of a state machine asset and updates that every frame. The InitialState property determines the starting state of the state machine.

This component also enables a state machine to send messages to components attached to the same game object. For example the ezMsgStateMachineStateChanged event message will be broadcast on this object, if the state machine contains a corresponding state.

Component Properties

See Also