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
| History | Name | Value | Description | |
|---|---|---|---|---|
| 715 | ForceFalse | 0 | Forces the associated tracker feature disabled, regardless of the current LOD state. | |
| 715 | ForceTrue | 1 | Forces the associated tracker feature enabled, regardless of the current LOD state. | |
| 715 | Auto | 2 | 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
- 715 Change Index of ForceTrue from 2 to 1
- 715 Change Index of ForceFalse from 1 to 0
- 715 Change Index of Auto from 0 to 2
- 545 Add ForceTrue
- 545 Add ForceFalse
- 545 Add Auto
- 545 Add TrackerLodFlagMode