UnityEngine.Handheld.PlayFullScreenMovie C# (CSharp) Method

PlayFullScreenMovie() private method

private PlayFullScreenMovie ( string path ) : bool
path string
return bool
        public static bool PlayFullScreenMovie(string path)
        {
            FullScreenMovieScalingMode aspectFit = FullScreenMovieScalingMode.AspectFit;
            FullScreenMovieControlMode full = FullScreenMovieControlMode.Full;
            Color black = Color.black;
            return INTERNAL_CALL_PlayFullScreenMovie(path, ref black, full, aspectFit);
        }

Same methods

Handheld::PlayFullScreenMovie ( string path, Color bgColor ) : bool
Handheld::PlayFullScreenMovie ( string path, Color bgColor, FullScreenMovieControlMode controlMode ) : bool
Handheld::PlayFullScreenMovie ( string path, [ bgColor, [ controlMode, [ scalingMode ) : bool