format
typescript
ParticleSystem.rotationModuleSeparateAxesclass: ParticleSystem
description
Whether to independently control the rotation change with speed on the three axes (X, Y, Z) of the particles.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether 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;