Table of Contents

DOTiling Method

Namespace
DG.Tweening
Assembly
DOTween.dll

DOTiling(Material, Vector2, float)

public static TweenerCore<Vector2, Vector2, VectorOptions> DOTiling(this Material target, Vector2 endValue, float duration)

Parameters

target Material
endValue Vector2
duration float

Returns

TweenerCore<Vector2, Vector2, VectorOptions>

DOTiling(Material, Vector2, string, float)

public static TweenerCore<Vector2, Vector2, VectorOptions> DOTiling(this Material target, Vector2 endValue, string property, float duration)

Parameters

target Material
endValue Vector2
property string
duration float

Returns

TweenerCore<Vector2, Vector2, VectorOptions>