Skip to main content

MotionBlur

Represents a PostEffect specifically designed for the MotionBlur.

TypeNameInterface Description
Variablesintensity: number

Function: Gets or sets the motion blur intensity. Controls how strongly moving objects are blurred between frames. Range: [0, 1].

Functionsconstructor()

Examples

constructor()

let obj = new APJS.MotionBlur();

Use Case

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