DOFade
Method
- Namespace
- DG.Tweening
- Assembly
- DOTween.dll
DOFade(Material, float, float)
public static TweenerCore<Color, Color, ColorOptions> DOFade(this Material target, float endValue, float duration)
Parameters
target Material
endValue float
duration float
Returns
- TweenerCore<Color, Color, ColorOptions>
DOFade(Material, float, string, float)
public static TweenerCore<Color, Color, ColorOptions> DOFade(this Material target, float endValue, string property, float duration)
Parameters
target Material
endValue float
property string
duration float
Returns
- TweenerCore<Color, Color, ColorOptions>
DOFade(Material, float, int, float)
public static TweenerCore<Color, Color, ColorOptions> DOFade(this Material target, float endValue, int propertyID, float duration)
Parameters
target Material
endValue float
propertyID int
duration float
Returns
- TweenerCore<Color, Color, ColorOptions>