format
typescript
ParticleSystem.velocityModuleOrbitalVelocityZclass: ParticleSystem
description
A curve that controls the velocity of particles around the z-axis based on their lifetime.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.velocityModuleOrbitalVelocityZ;