Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 999 Bytes

File metadata and controls

15 lines (9 loc) · 999 Bytes

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