API reference
API reference
Select your platform
No SDKs available
No versions available

ActiveStateGroup Class

Extends MonoBehaviour, IActiveState
A group of IActiveStates that are evaluated with a given logical operator.

Member Enumerations

Enumeration ActiveStateGroupLogicOperator

AND
= 0
OR
= 1
XOR
= 2

Properties

bool Active[Get]

Protected Functions

virtual void Awake ( )
virtual void Start ( )

Member Functions

void InjectAllActiveStateGroup
( List< IActiveState > activeStates )
void InjectActiveStates
( List< IActiveState > activeStates )
void InjectOptionalLogicOperator
( ActiveStateGroupLogicOperator logicOperator )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon