Struct AdaptivePerformanceProfilerStats.ScalerInfo
ScalerInfo is a struct used to collect and send scaler info to the profile collectively.
Namespace: Global Namespace
Syntax
public struct ScalerInfo
Fields
applied
State if the scaler is currently applied.
Declaration
public uint applied
Field Value
Type | Description |
---|---|
UInt32 |
currentLevel
The current level of the scaler.
Declaration
public int currentLevel
Field Value
Type | Description |
---|---|
Int32 |
enabled
If the scaler is currently enabled.
Declaration
public uint enabled
Field Value
Type | Description |
---|---|
UInt32 |
maxLevel
The maximum level of the scaler.
Declaration
public int maxLevel
Field Value
Type | Description |
---|---|
Int32 |
overrideLevel
The override state of the scaler.
Declaration
public int overrideLevel
Field Value
Type | Description |
---|---|
Int32 |
scale
The actual scale of the scaler.
Declaration
public float scale
Field Value
Type | Description |
---|---|
Single |
scalerName
The name of the scaler. 320 characters max.
Declaration
public byte *scalerName
Field Value
Type | Description |
---|---|
Byte* |