Skip to content

format

typescript
ParticleSystem.initialModuleSizeZ

class: ParticleSystem

description

The initial size along the z-axis when particles are first generated by the particle system.

parameter

param_nametypedescription

reture

typedescription
PSCurveThe 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;