Skip to content

format

typescript
ParticleSystem.startDelay

class: ParticleSystem

description

Startup delay curve.

parameter

param_nametypedescription

reture

typedescription
PSCurveStartup delay curve.

code example

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