Atoms Crowd
7.0.0
|
Public Types | |
enum | CheckType { EQUAL = 0 , GREATER , LESS , GREATEREQUAL , LESSEQUAL } |
Public Member Functions | |
bool | checkCondition (BehaviourTreeContext *context, Behaviour::State *data) |
void | setAttributes (const AtomsCore::MapMetadata *attributes, Blackboard *blackboard) |
void | getAttributes (AtomsCore::MapMetadata *attributes, Blackboard *blackboard) |
void | getAttributeProperties (AtomsCore::MapMetadata *attributes) |
Public Attributes | |
BlackboardMetadataValue | value1 |
BlackboardMetadataValue | value2 |
float | threshold |
unsigned short | checkType |
bool | invert |