Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

FullScreenMovieControlMode

enumeration

Description

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.

Properties

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.

Did you find this page useful? Please give it a rating: