Summary
Freeze a ParticleSystem
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Containing Type
- TimeUtils
Syntax
public static void FreezeParticleSystem(ParticleSystem ps, bool state)
Parameters
| Name | Type | Description |
|---|---|---|
| ps | ParticleSystem | The particleSystem |
| state | bool | The state of freeze |
Return Value
| Type | Description |
|---|---|
| void |