Skip to content

format

typescript
ParticleSystem.velocityInheritModuleMultiplier

class: ParticleSystem

description

Curve multiplier.

If you only want to change the overall curve multiplier, changing this property is more efficient than accessing the entire curve.

parameter

param_nametypedescription

reture

typedescription
PSCurve

code example

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