format
typescript
ParticleSystem.velocityLimitationModuleDragMultiplyBySizeclass: ParticleSystem
description
Adjusts the amount of drag applied to particles by this module based on their size.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.velocityLimitationModuleDragMultiplyBySize;