format
typescript
ParticleSystem.velocityInheritModuleInheritModeclass: ParticleSystem
description
Emitter velocity mode.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSVelocityInheritMode |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.velocityInheritModuleInheritMode;