Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TrackerLodFlagMode

Controls whether a real-time face-tracker feature (audio or video) is forced on, forced off, or left to the automatic LOD system.

Items 3

HistoryNameValueDescription
715ForceFalse0

Forces the associated tracker feature disabled, regardless of the current LOD state.

715ForceTrue1

Forces the associated tracker feature enabled, regardless of the current LOD state.

715Auto2

Defers the enabled/disabled decision to the automatic LOD system.

Description

Type of the AudioMode and VideoMode properties on TrackerLodController. Each defaults to TrackerLodFlagMode.Auto. Lets a script force a tracker pipeline (audio-based or video-based facial animation) on or off, or leave the decision to the automatic LOD system.

History 7

Settings