format
typescript
ParticleSystem.initialModuleSizeZclass: ParticleSystem
description
The initial size along the z-axis when particles are first generated by the particle system.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | The initial size along the z-axis when particles are first generated by the particle system. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.initialModuleSizeZ;