format
typescript
ParticleSystem.rotationByVelocityModuleAngularVelocityYclass: ParticleSystem
description
Angular velocity of rotation around the Y-axis.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | Angular velocity of rotation around the Y-axis. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.rotationByVelocityModuleAngularVelocityY;