A helper class that keeps track of the current state of features, quantized into corresponding FeatureStates.
Others
TFeature
An enum containing all features that can be tracked.
TFeatureState
An enum of all the possible states of each member of the TFeature param. The name of each member of this enum must be prefixed with one of the values of TFeature.
Properties
int LastUpdatedFrameId[Get]
This should be updated with current value of the input data frameId.
It is used to determine if values need to be recalculated.