format
typescript
ParticleSystem.velocityLimitationModuleDampenclass: ParticleSystem
description
Controls the degree of suppression of particle velocity that exceeds the speed limit.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.velocityLimitationModuleDampen;