Class MarsInspectorSharedSettings
A general settings object for values which should persist domain reload, be project-specific, and don't need to be saved to disk.
Namespace: Unity.MARS
Syntax
public class MarsInspectorSharedSettings : ScriptableObject
Properties
ComponentTabSelection
The selected tab (Conditions / Actions / Fallbacks / Settings) on the Proxy editor
Declaration
public int ComponentTabSelection { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Instance
Declaration
public static MarsInspectorSharedSettings Instance { get; }
Property Value
| Type | Description |
|---|---|
| MarsInspectorSharedSettings |