Unity.Platform.IPhone.AppverseMoviePlayerViewController.GetSupportedInterfaceOrientations C# (CSharp) Method

GetSupportedInterfaceOrientations() public method

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
return UIInterfaceOrientationMask
		public override UIInterfaceOrientationMask GetSupportedInterfaceOrientations ()
		{
			SystemLogger.Log(SystemLogger.Module.PLATFORM, "AppverseMoviePlayerViewController SupportedInterfaceOrientations: " + UIInterfaceOrientationMask.AllButUpsideDown);
			return UIInterfaceOrientationMask.AllButUpsideDown;
		}