Skip to content

format

typescript
ParticleSystem.initialModuleUse3DSize

class: ParticleSystem

description

Whether to enable 3D size.

parameter

param_nametypedescription

reture

typedescription
booleanWhether 3D size is enabled.

code example

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