ScoreAggregate

Inherits from MetricAggregate

Summary

Constructors

ScoreAggregate()
ScoreAggregate(guid: Guid)
ScoreAggregate(other: MetricAggregate)
ScoreAggregate(other: MetricEvent)
ScoreAggregate(other: DataContainer)

Properties

Name Type
totalScore float

Static members

Name Type
ScoreAggregate.typeInfo TypeInformation

Constructors

ScoreAggregate

ScoreAggregate()

Creates a new ScoreAggregate frostbite instance.

ScoreAggregate

ScoreAggregate(guid: Guid)

Creates a new ScoreAggregate frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

ScoreAggregate

ScoreAggregate(other: MetricAggregate)

Casts an instance of type MetricAggregate to ScoreAggregate. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MetricAggregate The instance to cast to ScoreAggregate.

ScoreAggregate

ScoreAggregate(other: MetricEvent)

Casts an instance of type MetricEvent to ScoreAggregate. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MetricEvent The instance to cast to ScoreAggregate.

ScoreAggregate

ScoreAggregate(other: DataContainer)

Casts an instance of type DataContainer to ScoreAggregate. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to ScoreAggregate.

Properties

totalScore

float

Static members

typeInfo

TypeInformation

The type information for the ScoreAggregate type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)