Show / Hide Table of Contents

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 Source

PlaymodeExitSave

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.

| Improve this Doc View Source

ShowUnavailableOptions

Show unavailable options in Build Profiles.

Declaration
public static bool ShowUnavailableOptions { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top © 2017 Adrian Stutz