Method | Description | |
---|---|---|
ActivatePlugins ( string configToActivate, bool Activate ) : void | ||
DeactivateAllPlugins ( ) : void | ||
IsPluginUsed ( string in_UnityPlatform, string in_PluginName ) : bool | ||
RefreshPlugins ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ActivateDebug ( ) : void | ||
ActivateProfile ( ) : void | ||
ActivateRelease ( ) : void | ||
GetCurrentConfig ( ) : string | ||
ParsePluginsXML ( List |
||
SetCurrentConfig ( string config ) : void | ||
SetStandaloneTarget ( PluginImporter pluginImporter, BuildTarget, target ) : void |
public static ActivatePlugins ( string configToActivate, bool Activate ) : void | ||
configToActivate | string | |
Activate | bool | |
return | void |
public static DeactivateAllPlugins ( ) : void | ||
return | void |
public static IsPluginUsed ( string in_UnityPlatform, string in_PluginName ) : bool | ||
in_UnityPlatform | string | |
in_PluginName | string | |
return | bool |