Skip to main content

VFXStopBehavior

VFXStopBehavior

TypeNameInterface Description
EnumStopEmitting = 1

EnumStopEmittingAndClear = 0

Examples

StopEmitting = 1

let value = APJS.VFXStopBehavior.StopEmitting;

StopEmittingAndClear = 0

let value = APJS.VFXStopBehavior.StopEmittingAndClear;

Use Case

@component()
export class NewBehaviourScript extends APJS.BasicScriptComponent {
onStart() {
// TODO: instantiate / use VFXStopBehavior here
}
onUpdate(deltaTime: number) {
}
}
Copyright © 2026 TikTok. All rights reserved.
About TikTokHelp CenterCareersContactLegalTerms of ServicePrivacy PolicyCookies