Skip to content

format

typescript
ParticleSystem.shapeModuleAlignToDirection

class: ParticleSystem

description

Whether to align particles based on their initial direction of travel.

parameter

param_nametypedescription

reture

typedescription
booleanWhether 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;