PerformanceTrackerSettings

Inherits from SystemSettings

Summary

Constructors

PerformanceTrackerSettings()
PerformanceTrackerSettings(guid: Guid)
PerformanceTrackerSettings(other: SystemSettings)
PerformanceTrackerSettings(other: DataContainer)

Properties

Name Type
interval float
enabled bool
supressPerformanceStatsOnIdle bool
supressPerformanceStatsUntilSpawned bool
juiceLogPerformance bool

Static members

Name Type
PerformanceTrackerSettings.typeInfo TypeInformation

Constructors

PerformanceTrackerSettings

PerformanceTrackerSettings()

Creates a new PerformanceTrackerSettings frostbite instance.

PerformanceTrackerSettings

PerformanceTrackerSettings(guid: Guid)

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

Parameters

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

PerformanceTrackerSettings

PerformanceTrackerSettings(other: SystemSettings)

Casts an instance of type SystemSettings to PerformanceTrackerSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SystemSettings The instance to cast to PerformanceTrackerSettings.

PerformanceTrackerSettings

PerformanceTrackerSettings(other: DataContainer)

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

Parameters

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

Properties

interval

float

enabled

bool

supressPerformanceStatsOnIdle

bool

supressPerformanceStatsUntilSpawned

bool

juiceLogPerformance

bool

Static members

typeInfo

TypeInformation

The type information for the PerformanceTrackerSettings type.

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