Class PlasticPlugin
The Plastic SCM plugin for Unity editor.
Inherited Members
Namespace: Unity.PlasticSCM.Editor
Assembly: solution.dll
Syntax
[InitializeOnLoad]
public static class PlasticPlugin
Methods
GetPluginStatusIcon()
Get the plugin status icon.
Declaration
public static Texture GetPluginStatusIcon()
Returns
Type | Description |
---|---|
Texture |
OpenPlasticWindowDisablingOfflineModeIfNeeded()
Open the Plastic SCM window. Also, it enables the plugin IsEnabled preference if it is disabled.
Declaration
public static void OpenPlasticWindowDisablingOfflineModeIfNeeded()
Events
OnNotificationUpdated
Invoked when notification status changed.
Declaration
public static event Action OnNotificationUpdated
Event Type
Type | Description |
---|---|
Action |