format
typescript
ParticleSystem.sizeByVelocityModuleSeparateAxesclass: ParticleSystem
description
Whether to set the size based on velocity for each axis separately.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether to set the size based on velocity for each axis separately. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.sizeByVelocityModuleSeparateAxes;