Show / Hide Table of Contents

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

Back to top © 2018 Adrian Stutz