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: 9.2.6612.0 , built 2022-07-14 10:47:23 UTC
Syntax
public bool IsInState(
	SequenceStateMachineState state
)

Parameters

state
Type: LynceeTec.API.SequenceSequenceStateMachineState
The state to test for.

Return Value

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