Table of Contents

Class ParticleSystemMotionExtensions

public static class ParticleSystemMotionExtensions
Inheritance
ParticleSystemMotionExtensions
Inherited Members

Methods

ConvergeTo(EchoMotionProxy<ParticleSystem>, Transform, float, SpeedType)

Applies a ConvergeToTransformMotion to the echo.

public static EchoMotionProxy<ParticleSystem> ConvergeTo(this EchoMotionProxy<ParticleSystem> proxy, Transform target, float speed = 1, SpeedType speedType = SpeedType.Linear)

Parameters

proxy EchoMotionProxy<ParticleSystem>
target Transform
speed float
speedType SpeedType

Returns

EchoMotionProxy<ParticleSystem>

ConvergeTo(EchoMotionProxy<ParticleSystem>, Vector3, float, SpeedType)

Applies a ConvergeToVectorMotion to the echo.

public static EchoMotionProxy<ParticleSystem> ConvergeTo(this EchoMotionProxy<ParticleSystem> proxy, Vector3 target, float speed = 1, SpeedType speedType = SpeedType.Linear)

Parameters

proxy EchoMotionProxy<ParticleSystem>
target Vector3
speed float
speedType SpeedType

Returns

EchoMotionProxy<ParticleSystem>