Skip to content

format

typescript
ParticleSystem.duration

class: ParticleSystem

description

The duration of the particle system.

parameter

param_nametypedescription

reture

typedescription
numberThe duration of the particle system.

code example

typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.duration;