Class MaterialMotionExtensions
- Namespace
- FriedSynapse.FlowEnt
public static class MaterialMotionExtensions
- Inheritance
-
MaterialMotionExtensions
- Inherited Members
Methods
AlphaTo<TMaterial>(TweenMotionProxy<TMaterial>, int, float)
Applies a AlphaPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> AlphaTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdinttofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
AlphaTo<TMaterial>(TweenMotionProxy<TMaterial>, int, float, float)
Applies a AlphaPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> AlphaTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, float from, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintfromfloattofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
AlphaTo<TMaterial>(TweenMotionProxy<TMaterial>, float)
Applies a AlphaMotion to the tween.
public static TweenMotionProxy<TMaterial> AlphaTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>tofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
AlphaTo<TMaterial>(TweenMotionProxy<TMaterial>, float, float)
Applies a AlphaMotion to the tween.
public static TweenMotionProxy<TMaterial> AlphaTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, float from, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>fromfloattofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
AlphaTo<TMaterial>(TweenMotionProxy<TMaterial>, string, float)
Applies a AlphaPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> AlphaTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringtofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
AlphaTo<TMaterial>(TweenMotionProxy<TMaterial>, string, float, float)
Applies a AlphaPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> AlphaTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, float from, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringfromfloattofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Alpha<TMaterial>(TweenMotionProxy<TMaterial>, int, float)
Applies a AlphaPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Alpha<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, float value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintvaluefloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Alpha<TMaterial>(TweenMotionProxy<TMaterial>, float)
Applies a AlphaMotion to the tween.
public static TweenMotionProxy<TMaterial> Alpha<TMaterial>(this TweenMotionProxy<TMaterial> proxy, float value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>valuefloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Alpha<TMaterial>(TweenMotionProxy<TMaterial>, string, float)
Applies a AlphaPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Alpha<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, float value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringvaluefloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, Color)
Applies a ColorMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, Color to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>toColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, Color, Color)
Applies a ColorMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, Color from, Color to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>fromColortoColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, Gradient)
Applies a ColorGradientMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, Gradient gradient) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>gradientGradient
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Color)
Applies a ColorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Color to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdinttoColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Color, Color)
Applies a ColorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Color from, Color to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintfromColortoColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Gradient)
Applies a ColorGradientPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Gradient gradient) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintgradientGradient
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Color)
Applies a ColorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Color to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringtoColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Color, Color)
Applies a ColorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Color from, Color to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringfromColortoColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
ColorTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Gradient)
Applies a ColorGradientPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> ColorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Gradient gradient) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringgradientGradient
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Color<TMaterial>(TweenMotionProxy<TMaterial>, Color)
Applies a ColorMotion to the tween.
public static TweenMotionProxy<TMaterial> Color<TMaterial>(this TweenMotionProxy<TMaterial> proxy, Color value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>valueColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Color<TMaterial>(TweenMotionProxy<TMaterial>, int, Color)
Applies a ColorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Color<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Color value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintvalueColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Color<TMaterial>(TweenMotionProxy<TMaterial>, string, Color)
Applies a ColorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Color<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Color value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringvalueColor
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
FloatTo<TMaterial>(TweenMotionProxy<TMaterial>, int, float)
Applies a FloatPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> FloatTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdinttofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
FloatTo<TMaterial>(TweenMotionProxy<TMaterial>, int, float, float)
Applies a FloatPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> FloatTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, float from, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintfromfloattofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
FloatTo<TMaterial>(TweenMotionProxy<TMaterial>, string, float)
Applies a FloatPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> FloatTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringtofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
FloatTo<TMaterial>(TweenMotionProxy<TMaterial>, string, float, float)
Applies a FloatPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> FloatTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, float from, float to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringfromfloattofloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Float<TMaterial>(TweenMotionProxy<TMaterial>, int, float)
Applies a FloatPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Float<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, float value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintvaluefloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Float<TMaterial>(TweenMotionProxy<TMaterial>, string, float)
Applies a FloatPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Float<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, float value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringvaluefloat
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
IntTo<TMaterial>(TweenMotionProxy<TMaterial>, int, int)
Applies a IntPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> IntTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, int to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdinttoint
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
IntTo<TMaterial>(TweenMotionProxy<TMaterial>, int, int, int)
Applies a IntPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> IntTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, int from, int to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintfrominttoint
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
IntTo<TMaterial>(TweenMotionProxy<TMaterial>, string, int)
Applies a IntPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> IntTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, int to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringtoint
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
IntTo<TMaterial>(TweenMotionProxy<TMaterial>, string, int, int)
Applies a IntPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> IntTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, int from, int to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringfrominttoint
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Int<TMaterial>(TweenMotionProxy<TMaterial>, int, int)
Applies a IntPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Int<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, int value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintvalueint
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Int<TMaterial>(TweenMotionProxy<TMaterial>, string, int)
Applies a IntPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Int<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, int value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringvalueint
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureOffsetTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector2)
Applies a TextureOffsetPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureOffsetTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector2 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdinttoVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureOffsetTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector2, Vector2)
Applies a TextureOffsetPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureOffsetTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector2 from, Vector2 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintfromVector2toVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureOffsetTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector2)
Applies a TextureOffsetPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureOffsetTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector2 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringtoVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureOffsetTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector2, Vector2)
Applies a TextureOffsetPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureOffsetTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector2 from, Vector2 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringfromVector2toVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureOffset<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector2)
Applies a TextureOffsetPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureOffset<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector2 value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintvalueVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureOffset<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector2)
Applies a TextureOffsetPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureOffset<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector2 value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringvalueVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureScaleTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector2)
Applies a TextureScalePropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureScaleTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector2 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdinttoVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureScaleTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector2, Vector2)
Applies a TextureScalePropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureScaleTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector2 from, Vector2 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintfromVector2toVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureScaleTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector2)
Applies a TextureScalePropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureScaleTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector2 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringtoVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureScaleTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector2, Vector2)
Applies a TextureScalePropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureScaleTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector2 from, Vector2 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringfromVector2toVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureScale<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector2)
Applies a TextureScalePropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureScale<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector2 value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintvalueVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
TextureScale<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector2)
Applies a TextureScalePropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> TextureScale<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector2 value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringvalueVector2
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
VectorTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector4)
Applies a VectorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> VectorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector4 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdinttoVector4
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
VectorTo<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector4, Vector4)
Applies a VectorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> VectorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector4 from, Vector4 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintfromVector4toVector4
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
VectorTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector4)
Applies a VectorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> VectorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector4 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringtoVector4
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
VectorTo<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector4, Vector4)
Applies a VectorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> VectorTo<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector4 from, Vector4 to) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringfromVector4toVector4
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Vector<TMaterial>(TweenMotionProxy<TMaterial>, int, Vector4)
Applies a VectorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Vector<TMaterial>(this TweenMotionProxy<TMaterial> proxy, int propertyId, Vector4 value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyIdintvalueVector4
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial
Vector<TMaterial>(TweenMotionProxy<TMaterial>, string, Vector4)
Applies a VectorPropertyMotion to the tween.
public static TweenMotionProxy<TMaterial> Vector<TMaterial>(this TweenMotionProxy<TMaterial> proxy, string propertyName, Vector4 value) where TMaterial : Material
Parameters
proxyTweenMotionProxy<TMaterial>propertyNamestringvalueVector4
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial