Class LineRendererExtensions
- Namespace
- FriedSynapse.FlowEnt
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
ColorvalueEnd
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
ColortoEnd
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
ColorfromEnd
ColortoStart
ColortoEnd
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
LinearColorto
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
Gradientto
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
intvalue
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
intto
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
intfrom
Vector3to
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
floatvalueEnd
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
LinearFloatto
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
floattoEnd
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
floatfromEnd
floattoStart
floattoEnd
float
Returns
- TweenMotionProxy<LineRenderer>