format
typescript
ParticleSystem.initialModuleRotationXclass: ParticleSystem
description
The initial rotation around the x-axis when particles are emitted.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | The initial rotation around the x-axis when particles are emitted. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.initialModuleRotationX;