MetricState

Inherits from MetricEvent

Summary

Constructors

MetricState()
MetricState(guid: Guid)
MetricState(other: MetricEvent)
MetricState(other: DataContainer)

Properties

Name Type
isSet bool

Static members

Name Type
MetricState.typeInfo TypeInformation

Constructors

MetricState

MetricState()

Creates a new MetricState frostbite instance.

MetricState

MetricState(guid: Guid)

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

Parameters

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

MetricState

MetricState(other: MetricEvent)

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

Parameters

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

MetricState

MetricState(other: DataContainer)

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

Parameters

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

Properties

isSet

bool

Static members

typeInfo

TypeInformation

The type information for the MetricState type.

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