Delegate PluginLoader
Plugin load callback, called by the tween on initialization.
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
public delegate PluginResult PluginLoader(Tween tween, bool required);
Parameters
Type | Name | Description |
---|---|---|
Tween | tween | Tween to load the plugin for |
System.Boolean | required |
Returns
Type | Description |
---|---|
PluginResult | The result of the loading |