본문 바로가기
Game/Unity

[Unity] Video Player Set Skip On Drop

by 코딩여걸 2023. 1. 3.
728x90

Set whether the player is allowed to skips frames to catch up with current time

플레이어가 현재 시간을 따라잡기 위해 프레임을 건너뛸 수 있는지 여부를 설정합니다.

 

Game Object

  • The GameObject with an VideoPlayer component.
  • VideoPlayer 구성 요소가 있는 GameObject.

 

Skip On Drop

  • The Value
  • 가치, 값

 

Every Frame

  • Repeat every frame.
  • 모든 프레임을 반복합니다.
728x90

댓글