Skip to content

format

typescript
ParticleSystem.velocityLimitationModuleDragMultiplyByVelocity

class: ParticleSystem

description

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

parameter

param_nametypedescription

reture

typedescription
boolean

code example

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