Class TrailRendererExtensions
- Namespace
- FriedSynapse.FlowEnt
public static class TrailRendererExtensions
- Inheritance
-
TrailRendererExtensions
- Inherited Members
Methods
ColorLinear(TweenMotionProxy<TrailRenderer>, Color, Color)
Applies a ColorLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> ColorLinear(this TweenMotionProxy<TrailRenderer> proxy, Color valueStart, Color valueEnd)
Parameters
proxyTweenMotionProxy<TrailRenderer>valueStartColorvalueEndColor
Returns
- TweenMotionProxy<TrailRenderer>
ColorLinear(TweenMotionProxy<TrailRenderer>, LinearColor)
Applies a ColorLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> ColorLinear(this TweenMotionProxy<TrailRenderer> proxy, LinearColor value)
Parameters
proxyTweenMotionProxy<TrailRenderer>valueLinearColor
Returns
- TweenMotionProxy<TrailRenderer>
ColorLinearTo(TweenMotionProxy<TrailRenderer>, Color, Color)
Applies a ColorLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> ColorLinearTo(this TweenMotionProxy<TrailRenderer> proxy, Color toStart, Color toEnd)
Parameters
proxyTweenMotionProxy<TrailRenderer>toStartColortoEndColor
Returns
- TweenMotionProxy<TrailRenderer>
ColorLinearTo(TweenMotionProxy<TrailRenderer>, Color, Color, Color, Color)
Applies a ColorLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> ColorLinearTo(this TweenMotionProxy<TrailRenderer> proxy, Color fromStart, Color fromEnd, Color toStart, Color toEnd)
Parameters
proxyTweenMotionProxy<TrailRenderer>fromStartColorfromEndColortoStartColortoEndColor
Returns
- TweenMotionProxy<TrailRenderer>
ColorLinearTo(TweenMotionProxy<TrailRenderer>, LinearColor)
Applies a ColorLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> ColorLinearTo(this TweenMotionProxy<TrailRenderer> proxy, LinearColor to)
Parameters
proxyTweenMotionProxy<TrailRenderer>toLinearColor
Returns
- TweenMotionProxy<TrailRenderer>
ColorLinearTo(TweenMotionProxy<TrailRenderer>, LinearColor, LinearColor)
Applies a ColorLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> ColorLinearTo(this TweenMotionProxy<TrailRenderer> proxy, LinearColor from, LinearColor to)
Parameters
proxyTweenMotionProxy<TrailRenderer>fromLinearColortoLinearColor
Returns
- TweenMotionProxy<TrailRenderer>
Gradient(TweenMotionProxy<TrailRenderer>, Gradient)
Applies a GradientMotion to the tween.
public static TweenMotionProxy<TrailRenderer> Gradient(this TweenMotionProxy<TrailRenderer> proxy, Gradient value)
Parameters
proxyTweenMotionProxy<TrailRenderer>valueGradient
Returns
- TweenMotionProxy<TrailRenderer>
GradientTo(TweenMotionProxy<TrailRenderer>, Gradient)
Applies a GradientMotion to the tween.
public static TweenMotionProxy<TrailRenderer> GradientTo(this TweenMotionProxy<TrailRenderer> proxy, Gradient to)
Parameters
proxyTweenMotionProxy<TrailRenderer>toGradient
Returns
- TweenMotionProxy<TrailRenderer>
GradientTo(TweenMotionProxy<TrailRenderer>, Gradient, Gradient)
Applies a GradientMotion to the tween.
public static TweenMotionProxy<TrailRenderer> GradientTo(this TweenMotionProxy<TrailRenderer> proxy, Gradient from, Gradient to)
Parameters
proxyTweenMotionProxy<TrailRenderer>fromGradienttoGradient
Returns
- TweenMotionProxy<TrailRenderer>
MoveVertex(TweenMotionProxy<TrailRenderer>, int, Vector3)
Applies a MoveVertexVectorMotion to the tween.
public static TweenMotionProxy<TrailRenderer> MoveVertex(this TweenMotionProxy<TrailRenderer> proxy, int index, Vector3 value)
Parameters
proxyTweenMotionProxy<TrailRenderer>indexintvalueVector3
Returns
- TweenMotionProxy<TrailRenderer>
MoveVertexTo(TweenMotionProxy<TrailRenderer>, int, Vector3)
Applies a MoveVertexVectorMotion to the tween.
public static TweenMotionProxy<TrailRenderer> MoveVertexTo(this TweenMotionProxy<TrailRenderer> proxy, int index, Vector3 to)
Parameters
proxyTweenMotionProxy<TrailRenderer>indexinttoVector3
Returns
- TweenMotionProxy<TrailRenderer>
MoveVertexTo(TweenMotionProxy<TrailRenderer>, int, Vector3, Vector3)
Applies a MoveVertexVectorMotion to the tween.
public static TweenMotionProxy<TrailRenderer> MoveVertexTo(this TweenMotionProxy<TrailRenderer> proxy, int index, Vector3 from, Vector3 to)
Parameters
proxyTweenMotionProxy<TrailRenderer>indexintfromVector3toVector3
Returns
- TweenMotionProxy<TrailRenderer>
WidthLinear(TweenMotionProxy<TrailRenderer>, LinearFloat)
Applies a WidthLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> WidthLinear(this TweenMotionProxy<TrailRenderer> proxy, LinearFloat value)
Parameters
proxyTweenMotionProxy<TrailRenderer>valueLinearFloat
Returns
- TweenMotionProxy<TrailRenderer>
WidthLinear(TweenMotionProxy<TrailRenderer>, float, float)
Applies a WidthLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> WidthLinear(this TweenMotionProxy<TrailRenderer> proxy, float valueStart, float valueEnd)
Parameters
proxyTweenMotionProxy<TrailRenderer>valueStartfloatvalueEndfloat
Returns
- TweenMotionProxy<TrailRenderer>
WidthLinearTo(TweenMotionProxy<TrailRenderer>, LinearFloat)
Applies a WidthLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> WidthLinearTo(this TweenMotionProxy<TrailRenderer> proxy, LinearFloat to)
Parameters
proxyTweenMotionProxy<TrailRenderer>toLinearFloat
Returns
- TweenMotionProxy<TrailRenderer>
WidthLinearTo(TweenMotionProxy<TrailRenderer>, LinearFloat, LinearFloat)
Applies a WidthLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> WidthLinearTo(this TweenMotionProxy<TrailRenderer> proxy, LinearFloat from, LinearFloat to)
Parameters
proxyTweenMotionProxy<TrailRenderer>fromLinearFloattoLinearFloat
Returns
- TweenMotionProxy<TrailRenderer>
WidthLinearTo(TweenMotionProxy<TrailRenderer>, float, float)
Applies a WidthLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> WidthLinearTo(this TweenMotionProxy<TrailRenderer> proxy, float toStart, float toEnd)
Parameters
proxyTweenMotionProxy<TrailRenderer>toStartfloattoEndfloat
Returns
- TweenMotionProxy<TrailRenderer>
WidthLinearTo(TweenMotionProxy<TrailRenderer>, float, float, float, float)
Applies a WidthLinearMotion to the tween.
public static TweenMotionProxy<TrailRenderer> WidthLinearTo(this TweenMotionProxy<TrailRenderer> proxy, float fromStart, float fromEnd, float toStart, float toEnd)
Parameters
proxyTweenMotionProxy<TrailRenderer>fromStartfloatfromEndfloattoStartfloattoEndfloat
Returns
- TweenMotionProxy<TrailRenderer>