Skip to main content

FilterMipmapMode

Mipmap filtering mode for a texture.

TypeNameInterface Description
EnumLinear

Function: Selects the two nearest mipmap levels and linearly interpolates between them.

EnumNearest

Function: Selects the nearest mipmap level.

EnumNone

Function: No mipmap filtering.

Examples

Linear

let value = APJS.FilterMipmapMode.Linear;

Nearest

let value = APJS.FilterMipmapMode.Nearest;

None

let value = APJS.FilterMipmapMode.None;

Use Case

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