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