Method RemoveAllParticleEffectsInRange
RemoveAllParticleEffectsInRange(Vector3, Single)
Stops all particle effects in a range.
Declaration
public static void RemoveAllParticleEffectsInRange(Vector3 pos, float range)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | pos | The position in the world to stop particle effects. |
System.Single | range | The maximum distance from the |