Skip to content

format

typescript
ParticleSystem.rotationByVelocityModuleAngularVelocityY

class: ParticleSystem

description

Angular velocity of rotation around the Y-axis.

parameter

param_nametypedescription

reture

typedescription
PSCurveAngular velocity of rotation around the Y-axis.

code example

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