format
typescript
ParticleSystem.shapeModuleAlignToDirectionclass: ParticleSystem
description
Whether to align particles based on their initial direction of travel.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether to align particles based on their initial direction of travel. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleAlignToDirection;