Table of Contents

DOFloat Method

Namespace
DG.Tweening
Assembly
DOTween.dll

DOFloat(Material, float, string, float)

public static TweenerCore<float, float, FloatOptions> DOFloat(this Material target, float endValue, string property, float duration)

Parameters

target Material
endValue float
property string
duration float

Returns

TweenerCore<float, float, FloatOptions>

DOFloat(Material, float, int, float)

public static TweenerCore<float, float, FloatOptions> DOFloat(this Material target, float endValue, int propertyID, float duration)

Parameters

target Material
endValue float
propertyID int
duration float

Returns

TweenerCore<float, float, FloatOptions>