FramerateHistogramPerformanceEvent
Inherits from MetricEvent
Summary
Constructors
FramerateHistogramPerformanceEvent() |
FramerateHistogramPerformanceEvent(guid: Guid) |
FramerateHistogramPerformanceEvent(other: MetricEvent) |
FramerateHistogramPerformanceEvent(other: DataContainer) |
Properties
Name | Type |
---|---|
spikeAverage | float |
below5 | float |
below10 | float |
below15 | float |
below20 | float |
below25 | float |
below30 | float |
below60 | float |
above60 | float |
performanceLink | Guid |
Static members
Name | Type |
---|---|
FramerateHistogramPerformanceEvent.typeInfo | TypeInformation |
Constructors
FramerateHistogramPerformanceEvent
FramerateHistogramPerformanceEvent()
Creates a new FramerateHistogramPerformanceEvent frostbite instance.
FramerateHistogramPerformanceEvent
FramerateHistogramPerformanceEvent(guid: Guid)
Creates a new FramerateHistogramPerformanceEvent frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
FramerateHistogramPerformanceEvent
FramerateHistogramPerformanceEvent(other: MetricEvent)
Casts an instance of type MetricEvent to FramerateHistogramPerformanceEvent. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MetricEvent | The instance to cast to FramerateHistogramPerformanceEvent. |
FramerateHistogramPerformanceEvent
FramerateHistogramPerformanceEvent(other: DataContainer)
Casts an instance of type DataContainer to FramerateHistogramPerformanceEvent. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to FramerateHistogramPerformanceEvent. |
Properties
spikeAverage
float
below5
float
below10
float
below15
float
below20
float
below25
float
below30
float
below60
float
above60
float
performanceLink
Static members
typeInfo
The type information for the FramerateHistogramPerformanceEvent type.