Skip to main content

FullBodyAvatarDrive

Represents a dynamic component specifically designed for the FullBodyAvatarDrive.

TypeNameInterface Description
VariablesfollowBody: boolean

Function: Indicates whether the robot should follow the body's movements.

Functionsconstructor()

FunctionsgetBone(boneName: FullBodyBoneName): SceneObject | null

Function: Retrieves the scene object associated with a specified bone name.

Parameters

boneName: - The name of the bone to retrieve the scene object for.

Returns The scene object associated with the specified bone, or null if not found.

Examples

constructor()

let obj = new APJS.FullBodyAvatarDrive();

Use Case

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