MetricAggregate
Inherits from MetricEvent
Summary
Constructors
MetricAggregate() |
MetricAggregate(guid: Guid) |
MetricAggregate(other: MetricEvent) |
MetricAggregate(other: DataContainer) |
Static members
Name | Type |
---|---|
MetricAggregate.typeInfo | TypeInformation |
Constructors
MetricAggregate
MetricAggregate()
Creates a new MetricAggregate frostbite instance.
MetricAggregate
MetricAggregate(guid: Guid)
Creates a new MetricAggregate frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MetricAggregate
MetricAggregate(other: MetricEvent)
Casts an instance of type MetricEvent to MetricAggregate. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MetricEvent | The instance to cast to MetricAggregate. |
MetricAggregate
MetricAggregate(other: DataContainer)
Casts an instance of type DataContainer to MetricAggregate. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MetricAggregate. |
Static members
typeInfo
The type information for the MetricAggregate type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)