Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TrackerMode

Describes the combination of input sources an RTAnimationTracker is currently using to drive animation.

Items 4

HistoryNameValueDescription
543None0

No tracking inference is active; the tracker is idle or has not successfully started.

543Audio1

Only audio-to-curve (lipsync) inference is active; no camera-based facial tracking is running.

543Video2

Only video-to-curve facial tracking is active; audio-based lipsync inference is not running.

543AudioVideo3

Both audio-to-curve lipsync inference and video-to-curve facial tracking are active simultaneously.

Description

Describes what combination of input inference modes an RTAnimationTracker is currently using. The value is read-only and reflects whether audio-to-curve (a2c) inference, video-to-curve (v2c) inference, both, or neither is active at a given moment.

History 5

Settings