Table of Contents

DOVector Method

Namespace
DG.Tweening
Assembly
DOTween.dll

DOVector(Material, Vector4, string, float)

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

Parameters

target Material
endValue Vector4
property string
duration float

Returns

TweenerCore<Vector4, Vector4, VectorOptions>

DOVector(Material, Vector4, int, float)

public static TweenerCore<Vector4, Vector4, VectorOptions> DOVector(this Material target, Vector4 endValue, int propertyID, float duration)

Parameters

target Material
endValue Vector4
propertyID int
duration float

Returns

TweenerCore<Vector4, Vector4, VectorOptions>