Skip to content

format

typescript
ParticleSystem.initialModuleRotationY

class: ParticleSystem

description

The initial rotation around the y-axis when particles are emitted.

parameter

param_nametypedescription

reture

typedescription
PSCurveThe initial rotation around the y-axis when particles are emitted.

code example

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