format
typescript
ParticleSystem.startDelayclass: ParticleSystem
description
Startup delay curve.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | Startup delay curve. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.startDelay;