Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
InstrumentState | BuildInstrumentState (Instrument instrument) |
void | Collect () |
Private Member Functions | |
void | Include (Predicate< Instrument > instrumentFilter) |
void | CollectWorker (CancellationToken cancelToken) |
void | RemoveInstrumentState (Instrument instrument, InstrumentState state) |
InstrumentState | GetInstrumentState (Instrument instrument) |
Func< Aggregator > | GetAggregatorFactory (Instrument instrument) |
bool | CheckTimeSeriesAllowed () |
bool | CheckHistogramAllowed () |
Static Private Attributes | |
static readonly QuantileAggregation | s_defaultHistogramConfig = new QuantileAggregation(0.5, 0.95, 0.99) |
Definition at line 9 of file AggregationManager.cs.