Skip to content

format

typescript
ParticleSystem.rotationModuleEnable

class: ParticleSystem

description

Whether the rotation module is enabled.

parameter

param_nametypedescription

reture

typedescription
booleanWhether the rotation module is enabled.

code example

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