Microsoft.Xna.Framework.AndroidGameWindow.SetSupportedOrientations C# (CSharp) Method

SetSupportedOrientations() protected method

protected SetSupportedOrientations ( DisplayOrientation orientations ) : void
orientations DisplayOrientation
return void
        protected internal override void SetSupportedOrientations(DisplayOrientation orientations)
        {
            _supportedOrientations = orientations;
        }