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
proxyTweenMotionProxy<LineRenderer>valueStartColorvalueEndColor
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
proxyTweenMotionProxy<LineRenderer>valueLinearColor
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
proxyTweenMotionProxy<LineRenderer>toStartColortoEndColor
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
proxyTweenMotionProxy<LineRenderer>fromStartColorfromEndColortoStartColortoEndColor
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
proxyTweenMotionProxy<LineRenderer>toLinearColor
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
proxyTweenMotionProxy<LineRenderer>fromLinearColortoLinearColor
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
proxyTweenMotionProxy<LineRenderer>valueGradient
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
proxyTweenMotionProxy<LineRenderer>toGradient
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
proxyTweenMotionProxy<LineRenderer>fromGradienttoGradient
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
proxyTweenMotionProxy<LineRenderer>indexintvalueVector3
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
proxyTweenMotionProxy<LineRenderer>indexinttoVector3
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
proxyTweenMotionProxy<LineRenderer>indexintfromVector3toVector3
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
proxyTweenMotionProxy<LineRenderer>valueLinearFloat
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
proxyTweenMotionProxy<LineRenderer>valueStartfloatvalueEndfloat
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
proxyTweenMotionProxy<LineRenderer>toLinearFloat
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
proxyTweenMotionProxy<LineRenderer>fromLinearFloattoLinearFloat
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
proxyTweenMotionProxy<LineRenderer>toStartfloattoEndfloat
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
proxyTweenMotionProxy<LineRenderer>fromStartfloatfromEndfloattoStartfloattoEndfloat
Returns
- TweenMotionProxy<LineRenderer>