TimeUtils.

FreezeParticleSystem(ParticleSystem, bool) Method

Summary

Freeze a ParticleSystem

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