Version: 2022.2
언어: 한국어

VideoTimeUpdateMode

enumeration

매뉴얼로 전환

설명

Defines the time source used to update VideoPlayer when reading content.

변수

DSPTimeUpdate time based on the DSP (Digital Signal Processing) clock. Use this value to synchronize playback with Audio.
GameTimeUpdate time based on Time.time. Use this value to synchronize playback with gameplay and to pause updates when gameplay is paused.
UnscaledGameTimeUpdate time based on Time.unscaledTime. Use this value to synchronize playback with gameplay and to continue updates when gameplay is paused. For example, use this mode for menu transitions that are updated while the game is paused.