Show / Hide Table of Contents

Class TransientUserSettings

Settings in this class will be reset when the user shuts down the Unity Editor.

This is useful for settings that can cause extreme log-spam, which slows the editor down and consumes a lot of memory and in extreme cases crashes the user's computer.

Inheritance
System.Object
TransientUserSettings
Namespace: CarbideFunction.Wildtile.Editor
Syntax
public class TransientUserSettings : ScriptableSingleton<TransientUserSettings>

Fields

importLoggingEnabled

Declaration
public bool importLoggingEnabled
Field Value
Type Description
System.Boolean

waveFunctionCollapseLoggingEnabled

Declaration
public bool waveFunctionCollapseLoggingEnabled
Field Value
Type Description
System.Boolean
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions