Skip to content

CoreEditorConfig

Namespace: SideXP.Core.EditorOnly | Inherits from: ScriptableObject, IEditorConfig

public class CoreEditorConfig : ScriptableObject, IEditorConfig

Editor config for the Core package features.

Properties

Instance

public static CoreEditorConfig Instance

Gets the loaded settings or load them from disk if not already.

I

public static CoreEditorConfig I

Gets the loaded settings or load them from disk if not already.

EnableDemos

public bool EnableDemos

Inherited documentation.

TrackTypesMigrations

public bool TrackTypesMigrations

Inherited documentation.

ExcludedDirectories

public string[] ExcludedDirectories

Inherited documentation.

ExcludedAssembliesNames

public string[] ExcludedAssembliesNames

Inherited documentation.

Methods

PostLoad()

public void PostLoad()

Called after the settings has been loaded from EditorConfigUtility.