Skip to content

format

typescript
ParticleSystem.looping

class: ParticleSystem

description

Whether the particle system loops.

parameter

param_nametypedescription

reture

typedescription
booleanWhether the particle system loops.

code example

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