format
typescript
ParticleSystem.velocityModuleOffsetYclass: ParticleSystem
description
Specifies a custom rotation center with Y-axis and radial velocity.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.velocityModuleOffsetY;