Class TrimmerPrefs
Editor Preferences for Trimmer.
Inheritance
System.Object
TrimmerPrefs
Namespace: sttz.Trimmer.Editor
Assembly: Trimmer-Editor.dll
Syntax
public static class TrimmerPrefs
Properties
| Improve this Doc View SourcePlaymodeExitSave
Save the Editor Profile before exiting play mode.
Declaration
public static bool PlaymodeExitSave { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
By default, changes in the Editor Profile during play mode will not be
saved, just like changes on game objects. Set this to true
to save
the Editor Profile when exiting play mode to preserve changes.
ShowUnavailableOptions
Show unavailable options in Build Profiles.
Declaration
public static bool ShowUnavailableOptions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |