format
typescript
ParticleSystem.initialModuleSpeedclass: ParticleSystem
description
The initial size of particles when the particle system first generates them.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | The initial size of particles when the particle system first generates them. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.initialModuleSpeed;