format
typescript
ParticleSystem.rotationByVelocityModuleEnableclass: ParticleSystem
description
Whether the rotation speed module is enabled.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the rotation speed module is enabled. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.rotationByVelocityModuleEnable;