Navigation :
GenericCondition<T>
Description
A generic representation of a condition. Used to create conditions for specific data types e.g. floats.
public abstract class InitialPrefabs.DaniAI.GenericCondition<T>
: Condition
Fields
Type |
Name |
Summary |
T |
compareValue |
|
GenericObserver |
observer |
|
Properties
Type |
Name |
Summary |
Object |
CompareValue |
The value to compare with. |