Table of Contents

Class LineRendererExtensions

public static class LineRendererExtensions
Inheritance
LineRendererExtensions
Inherited Members

Methods

ColorLinear(TweenMotionProxy<LineRenderer>, Color, Color)

Applies a ColorLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> ColorLinear(this TweenMotionProxy<LineRenderer> proxy, Color valueStart, Color valueEnd)

Parameters

proxy TweenMotionProxy<LineRenderer>
valueStart Color
valueEnd Color

Returns

TweenMotionProxy<LineRenderer>

ColorLinear(TweenMotionProxy<LineRenderer>, LinearColor)

Applies a ColorLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> ColorLinear(this TweenMotionProxy<LineRenderer> proxy, LinearColor value)

Parameters

proxy TweenMotionProxy<LineRenderer>
value LinearColor

Returns

TweenMotionProxy<LineRenderer>

ColorLinearTo(TweenMotionProxy<LineRenderer>, Color, Color)

Applies a ColorLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> ColorLinearTo(this TweenMotionProxy<LineRenderer> proxy, Color toStart, Color toEnd)

Parameters

proxy TweenMotionProxy<LineRenderer>
toStart Color
toEnd Color

Returns

TweenMotionProxy<LineRenderer>

ColorLinearTo(TweenMotionProxy<LineRenderer>, Color, Color, Color, Color)

Applies a ColorLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> ColorLinearTo(this TweenMotionProxy<LineRenderer> proxy, Color fromStart, Color fromEnd, Color toStart, Color toEnd)

Parameters

proxy TweenMotionProxy<LineRenderer>
fromStart Color
fromEnd Color
toStart Color
toEnd Color

Returns

TweenMotionProxy<LineRenderer>

ColorLinearTo(TweenMotionProxy<LineRenderer>, LinearColor)

Applies a ColorLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> ColorLinearTo(this TweenMotionProxy<LineRenderer> proxy, LinearColor to)

Parameters

proxy TweenMotionProxy<LineRenderer>
to LinearColor

Returns

TweenMotionProxy<LineRenderer>

ColorLinearTo(TweenMotionProxy<LineRenderer>, LinearColor, LinearColor)

Applies a ColorLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> ColorLinearTo(this TweenMotionProxy<LineRenderer> proxy, LinearColor from, LinearColor to)

Parameters

proxy TweenMotionProxy<LineRenderer>
from LinearColor
to LinearColor

Returns

TweenMotionProxy<LineRenderer>

Gradient(TweenMotionProxy<LineRenderer>, Gradient)

Applies a GradientMotion to the tween.

public static TweenMotionProxy<LineRenderer> Gradient(this TweenMotionProxy<LineRenderer> proxy, Gradient value)

Parameters

proxy TweenMotionProxy<LineRenderer>
value Gradient

Returns

TweenMotionProxy<LineRenderer>

GradientTo(TweenMotionProxy<LineRenderer>, Gradient)

Applies a GradientMotion to the tween.

public static TweenMotionProxy<LineRenderer> GradientTo(this TweenMotionProxy<LineRenderer> proxy, Gradient to)

Parameters

proxy TweenMotionProxy<LineRenderer>
to Gradient

Returns

TweenMotionProxy<LineRenderer>

GradientTo(TweenMotionProxy<LineRenderer>, Gradient, Gradient)

Applies a GradientMotion to the tween.

public static TweenMotionProxy<LineRenderer> GradientTo(this TweenMotionProxy<LineRenderer> proxy, Gradient from, Gradient to)

Parameters

proxy TweenMotionProxy<LineRenderer>
from Gradient
to Gradient

Returns

TweenMotionProxy<LineRenderer>

MoveVertex(TweenMotionProxy<LineRenderer>, int, Vector3)

Applies a MoveVertexVectorMotion to the tween.

public static TweenMotionProxy<LineRenderer> MoveVertex(this TweenMotionProxy<LineRenderer> proxy, int index, Vector3 value)

Parameters

proxy TweenMotionProxy<LineRenderer>
index int
value Vector3

Returns

TweenMotionProxy<LineRenderer>

MoveVertexTo(TweenMotionProxy<LineRenderer>, int, Vector3)

Applies a MoveVertexVectorMotion to the tween.

public static TweenMotionProxy<LineRenderer> MoveVertexTo(this TweenMotionProxy<LineRenderer> proxy, int index, Vector3 to)

Parameters

proxy TweenMotionProxy<LineRenderer>
index int
to Vector3

Returns

TweenMotionProxy<LineRenderer>

MoveVertexTo(TweenMotionProxy<LineRenderer>, int, Vector3, Vector3)

Applies a MoveVertexVectorMotion to the tween.

public static TweenMotionProxy<LineRenderer> MoveVertexTo(this TweenMotionProxy<LineRenderer> proxy, int index, Vector3 from, Vector3 to)

Parameters

proxy TweenMotionProxy<LineRenderer>
index int
from Vector3
to Vector3

Returns

TweenMotionProxy<LineRenderer>

WidthLinear(TweenMotionProxy<LineRenderer>, LinearFloat)

Applies a WidthLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> WidthLinear(this TweenMotionProxy<LineRenderer> proxy, LinearFloat value)

Parameters

proxy TweenMotionProxy<LineRenderer>
value LinearFloat

Returns

TweenMotionProxy<LineRenderer>

WidthLinear(TweenMotionProxy<LineRenderer>, float, float)

Applies a WidthLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> WidthLinear(this TweenMotionProxy<LineRenderer> proxy, float valueStart, float valueEnd)

Parameters

proxy TweenMotionProxy<LineRenderer>
valueStart float
valueEnd float

Returns

TweenMotionProxy<LineRenderer>

WidthLinearTo(TweenMotionProxy<LineRenderer>, LinearFloat)

Applies a WidthLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> WidthLinearTo(this TweenMotionProxy<LineRenderer> proxy, LinearFloat to)

Parameters

proxy TweenMotionProxy<LineRenderer>
to LinearFloat

Returns

TweenMotionProxy<LineRenderer>

WidthLinearTo(TweenMotionProxy<LineRenderer>, LinearFloat, LinearFloat)

Applies a WidthLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> WidthLinearTo(this TweenMotionProxy<LineRenderer> proxy, LinearFloat from, LinearFloat to)

Parameters

proxy TweenMotionProxy<LineRenderer>
from LinearFloat
to LinearFloat

Returns

TweenMotionProxy<LineRenderer>

WidthLinearTo(TweenMotionProxy<LineRenderer>, float, float)

Applies a WidthLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> WidthLinearTo(this TweenMotionProxy<LineRenderer> proxy, float toStart, float toEnd)

Parameters

proxy TweenMotionProxy<LineRenderer>
toStart float
toEnd float

Returns

TweenMotionProxy<LineRenderer>

WidthLinearTo(TweenMotionProxy<LineRenderer>, float, float, float, float)

Applies a WidthLinearMotion to the tween.

public static TweenMotionProxy<LineRenderer> WidthLinearTo(this TweenMotionProxy<LineRenderer> proxy, float fromStart, float fromEnd, float toStart, float toEnd)

Parameters

proxy TweenMotionProxy<LineRenderer>
fromStart float
fromEnd float
toStart float
toEnd float

Returns

TweenMotionProxy<LineRenderer>