Skip to content

format

typescript
ParticleSystem.rotationModuleAngularVelocityY

class: ParticleSystem

description

Angular velocity of rotation speed on the y-axis.

parameter

param_nametypedescription

reture

typedescription
PSCurveAngular velocity of rotation speed on the y-axis.

code example

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