platformer
|
Utility class to check in wich state is a character More...
Public Member Functions | |
bool | ValidStates (Character character) |
Character cannot be in any of this states More... | |
Public Attributes | |
StatesMask | requiredStates = 0 |
Character must be in at least one of this states More... | |
StatesMask | forbiddenStates = 0 |
Character cannot be in any of this states More... | |
Utility class to check in wich state is a character
Check pass if:
|
inline |
Character cannot be in any of this states
StatesMask UnityPlatformer.CharacterStatesCheck.forbiddenStates = 0 |
Character cannot be in any of this states
StatesMask UnityPlatformer.CharacterStatesCheck.requiredStates = 0 |
Character must be in at least one of this states