Class ParticleSystemMotionExtensions
- Namespace
- FriedSynapse.FlowEnt
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
Transformspeed
floatspeedType
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
Vector3speed
floatspeedType
SpeedType
Returns
- EchoMotionProxy<ParticleSystem>