format
typescript
ParticleSystem.shapeModuleSpherizeDirectionclass: ParticleSystem
description
The direction in which particles move along a spherical path from the starting point.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The direction in which particles move along a spherical path from the starting point. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleSpherizeDirection;