advanceStateMachine

fun advanceStateMachine(stateMachineHandle: StateMachineHandle, deltaTime: Duration)

Advance the state machine by the given delta time in nanoseconds.

Parameters

stateMachineHandle

The handle of the state machine to advance.

deltaTime

The delta time to advance the state machine by.

Throws

If the state machine handle is invalid.

If the CommandQueue has been released.