Skip to content

format

typescript
ParticleSystem.rotationByVelocityModuleSeparateAxes

class: ParticleSystem

description

Rotates the velocity on each axis.

parameter

param_nametypedescription

reture

typedescription
booleanRotates the velocity on each axis.

code example

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