Skip to content

format

typescript
ParticleSystem.rotationModuleSeparateAxes

class: ParticleSystem

description

Whether to independently control the rotation change with speed on the three axes (X, Y, Z) of the particles.

parameter

param_nametypedescription

reture

typedescription
booleanWhether to independently control the rotation change with speed on the three axes (X, Y, Z) of the particles.

code example

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