Click or drag to resize

BaseSequenceManagerIsInState Method

Determines if the state machine is in the supplied state.

Namespace: LynceeTec.API.Sequence
Assembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntax
public bool IsInState(
	SequenceStateMachineState state
)

Parameters

state  SequenceStateMachineState
The state to test for.

Return Value

Boolean
True if the current state is equal to, or a substate of, the supplied state.
See Also