Modular Architecture V1.0.0
Loading...
Searching...
No Matches
ModularArchitecture.Conditions Namespace Reference

Classes

class  Condition
 Serialized Condition Class that will compare two references together based on a given comparison operator.
Condition has it's own drawer that will set the subject and target to be references of the given Value Type. More...

Enumerations

enum  ConditionComparison {
  Equal , NotEqual , Less , LessEqual ,
  Greater , GreaterEqual
}
enum  ConditionValueType { Int , Float , String , Bool }

Enumeration Type Documentation

◆ ConditionComparison

Enumerator
Equal 
NotEqual 
Less 
LessEqual 
Greater 
GreaterEqual 

◆ ConditionValueType

Enumerator
Int 
Float 
String 
Bool