UnityEngine.iPhoneUtils.INTERNAL_CALL_PlayMovieURL C# (CSharp) Method

INTERNAL_CALL_PlayMovieURL() private static method

private static INTERNAL_CALL_PlayMovieURL ( string url, Color &bgColor, int controlMode, int scalingMode ) : void
url string
bgColor Color
controlMode int
scalingMode int
return void
		private static void INTERNAL_CALL_PlayMovieURL(string url, ref Color bgColor, int controlMode, int scalingMode){}
		public static void PlayMovieURL(string url, Color bgColor, iPhoneMovieControlMode controlMode, iPhoneMovieScalingMode scalingMode){}