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
proxy
TweenMotionProxy<TMaterial>propertyId
intto
float
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
proxy
TweenMotionProxy<TMaterial>propertyId
intfrom
floatto
float
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
proxy
TweenMotionProxy<TMaterial>to
float
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
proxy
TweenMotionProxy<TMaterial>from
floatto
float
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringto
float
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringfrom
floatto
float
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
proxy
TweenMotionProxy<TMaterial>propertyId
intvalue
float
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
proxy
TweenMotionProxy<TMaterial>value
float
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringvalue
float
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
proxy
TweenMotionProxy<TMaterial>to
Color
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
proxy
TweenMotionProxy<TMaterial>from
Colorto
Color
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
proxy
TweenMotionProxy<TMaterial>gradient
Gradient
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
proxy
TweenMotionProxy<TMaterial>propertyId
intto
Color
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
proxy
TweenMotionProxy<TMaterial>propertyId
intfrom
Colorto
Color
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
proxy
TweenMotionProxy<TMaterial>propertyId
intgradient
Gradient
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringto
Color
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringfrom
Colorto
Color
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringgradient
Gradient
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
proxy
TweenMotionProxy<TMaterial>value
Color
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
proxy
TweenMotionProxy<TMaterial>propertyId
intvalue
Color
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringvalue
Color
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
proxy
TweenMotionProxy<TMaterial>propertyId
intto
float
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
proxy
TweenMotionProxy<TMaterial>propertyId
intfrom
floatto
float
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringto
float
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringfrom
floatto
float
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
proxy
TweenMotionProxy<TMaterial>propertyId
intvalue
float
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringvalue
float
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
proxy
TweenMotionProxy<TMaterial>propertyId
intto
int
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
proxy
TweenMotionProxy<TMaterial>propertyId
intfrom
intto
int
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringto
int
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringfrom
intto
int
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
proxy
TweenMotionProxy<TMaterial>propertyId
intvalue
int
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringvalue
int
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
proxy
TweenMotionProxy<TMaterial>propertyId
intto
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyId
intfrom
Vector2to
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringto
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringfrom
Vector2to
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyId
intvalue
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringvalue
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyId
intto
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyId
intfrom
Vector2to
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringto
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringfrom
Vector2to
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyId
intvalue
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringvalue
Vector2
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
proxy
TweenMotionProxy<TMaterial>propertyId
intto
Vector4
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
proxy
TweenMotionProxy<TMaterial>propertyId
intfrom
Vector4to
Vector4
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringto
Vector4
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringfrom
Vector4to
Vector4
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
proxy
TweenMotionProxy<TMaterial>propertyId
intvalue
Vector4
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
proxy
TweenMotionProxy<TMaterial>propertyName
stringvalue
Vector4
Returns
- TweenMotionProxy<TMaterial>
Type Parameters
TMaterial