Skip to main content

SkinMeshRenderer

A renderer component specifically designed for rendering skinned meshes with skeletal animation support.

TypeNameInterface Description
VariablesmainMaterial: Material | null

Function: Gets the main material for the SkinMeshRenderer.

VariablesmainPass: Pass | null

Function: Gets the main rendering pass from the object's main material.

Variablesmesh: Mesh

Function: Gets the mesh with the SkinMeshRenderer.

Functionsconstructor()

FunctionsgetBoundingBox(): AABB

Function: Gets the axis-aligned bounding box (AABB) for the skin mesh renderer.

Examples

constructor()

let obj = new APJS.SkinMeshRenderer();

Use Case

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