Skip to content

format

typescript
ParticleSystem.renderModuleMinParticleSize

class: ParticleSystem

description

The minimum size of the particle.

parameter

param_nametypedescription

reture

typedescription
numberThe minimum size of the particle.

code example

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