format
typescript
ParticleSystem.renderModulePivotclass: ParticleSystem
description
The pivot point for rotating particles.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector3 | The pivot point for rotating particles. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.renderModulePivot;