Show / Hide Table of Contents

Delegate TweenConfigurator<TTarget, TValue>

Callback that allows to configure an individual tween's options in a group.

Namespace: Sttz.Tweener
Assembly: cs.temp.dll.dll
Syntax
public delegate void TweenConfigurator<TTarget, TValue>(Tween<TTarget, TValue> tween)
    where TTarget : class;
Parameters
Type Name Description
Tween<TTarget, TValue> tween

Tween object to configure

Type Parameters
Name Description
TTarget
TValue
Back to top © 2018 Adrian Stutz