Skip to content

format

typescript
ParticleSystem.initialModuleSpeed

class: ParticleSystem

description

The initial size of particles when the particle system first generates them.

parameter

param_nametypedescription

reture

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