Table of Contents

Class MaterialMotionExtensions

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 int
to 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 int
from float
to 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 float
to 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 string
to 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 string
from float
to 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 int
value 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 string
value 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 Color
to 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 int
to 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 int
from Color
to 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 int
gradient 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 string
to 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 string
from Color
to 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 string
gradient 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 int
value 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 string
value 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 int
to 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 int
from float
to 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 string
to 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 string
from float
to 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 int
value 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 string
value 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 int
to 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 int
from int
to 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 string
to 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 string
from int
to 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 int
value 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 string
value 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 int
to 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 int
from Vector2
to 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 string
to 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 string
from Vector2
to 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 int
value 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 string
value 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 int
to 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 int
from Vector2
to 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 string
to 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 string
from Vector2
to 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 int
value 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 string
value 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 int
to 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 int
from Vector4
to 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 string
to 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 string
from Vector4
to 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 int
value 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 string
value Vector4

Returns

TweenMotionProxy<TMaterial>

Type Parameters

TMaterial