Class StrippingProjectSettings
Holds the submodule stripping settings for the project. Creates a default submodule stripping settings asset for the project.
Inherited Members
Namespace: Unity.Web.Stripping.Editor
Assembly: Unity.Web.Stripping.Editor.dll
Syntax
public static class StrippingProjectSettings
Properties
ActiveSettings
The active submodule stripping settings for the project.
Declaration
public static SubmoduleStrippingSettings ActiveSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| SubmoduleStrippingSettings |
StripAutomaticallyAfterBuild
Enables a submodule stripping pass after a build has completed using the currently active settings, if they're set.
Declaration
public static bool StripAutomaticallyAfterBuild { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Events
SettingsChanged
Raised when active settings change.
Declaration
public static event Action<SubmoduleStrippingSettings> SettingsChanged
Event Type
| Type | Description |
|---|---|
| Action<SubmoduleStrippingSettings> |