Interface IDevelopmentSettings
Namespace: UnityEngine.AdaptivePerformance
Syntax
public interface IDevelopmentSettings
Properties
Logging
Returns true if logging was enabled in StartupSettings.
Declaration
bool Logging { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LoggingFrequencyInFrames
Adjust the frequency in frames at which the application logs frame statistics to the console. This is only relevant when logging is enabled.
Declaration
int LoggingFrequencyInFrames { get; set; }
Property Value
Type | Description |
---|---|
Int32 |