Skip to content

format

typescript
ParticleSystem.renderModuleMaxParticleSize

class: ParticleSystem

description

The maximum size of the particle.

parameter

param_nametypedescription

reture

typedescription
numberThe maximum size of the particle.

code example

typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.renderModuleMaxParticleSize;