UnityEngine.Handheld.PlayFullScreenMovie C# (CSharp) Method

PlayFullScreenMovie() private method

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

Same methods

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