UnityEditor.GameViewSize.GameViewSize C# (CSharp) Method

GameViewSize() public method

public GameViewSize ( GameViewSize other ) : System
other GameViewSize
return System
        public GameViewSize(GameViewSize other)
        {
            this.Set(other);
        }

Same methods

GameViewSize::GameViewSize ( GameViewSizeType type, int width, int height, string baseText ) : System