FullScreenMovieControlMode

enumeration

매뉴얼로 전환

설명

Describes options for displaying movie playback controls.

Windows Store Apps: OS doesn't provide a Stop button control because of this Unity will stop a video if Escape or Back Button is pressed if video is launched with FullScreenMovieControlMode.Full or FullScreenMovieControlMode.Minimal parameters.

변수

FullDisplay the standard controls for controlling movie playback.
MinimalDisplay minimal set of controls controlling movie playback.
CancelOnInputDo not display any controls, but cancel movie playback if input occurs.
HiddenDo not display any controls.