Tweener Constructor

Constructor in Tweener<T, U>

Declaration

public Tweener()

Description

Creates a new tweener.


Overload

Declaration

public Tweener(T target)

Description

Creates a new tweener with the specified target object.

Parameters

targetThe object to tween.