Skip to content

format

typescript
ParticleSystem.velocityLimitationModuleDragMultiplyBySize

class: ParticleSystem

description

Adjusts the amount of drag applied to particles by this module based on their size.

parameter

param_nametypedescription

reture

typedescription
boolean

code example

typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.velocityLimitationModuleDragMultiplyBySize;