Class PlasticPlugin
The Plastic SCM plugin for Unity editor.
Namespace: Unity.PlasticSCM.Editor
Syntax
[InitializeOnLoad]
public static class PlasticPlugin
Methods
GetPluginIcon()
Get the plugin icon.
Declaration
public static Texture GetPluginIcon()
Returns
Type | Description |
---|---|
Texture |
Events
OnNotificationUpdated
Invoked when notification status changed.
Declaration
public static event Action OnNotificationUpdated
Event Type
Type | Description |
---|---|
Action |