Class WebPlayerSettingsScope
A helper class for saving and restoring Web Player and build settings when making changes.
Implements
Inherited Members
Namespace: Unity.Web.Stripping.Editor
Assembly: Unity.Web.Stripping.Editor.dll
Syntax
public class WebPlayerSettingsScope : IDisposable
Properties
OriginalSettings
The original settings when an instance of this class is created.
Declaration
public WebPlayerSettings OriginalSettings { get; }
Property Value
| Type | Description |
|---|---|
| WebPlayerSettings |
Methods
Dispose()
Restores the original settings.
Declaration
public void Dispose()