UnityEditor.GameViewSize.GameViewSize C# (CSharp) 메소드

GameViewSize() 공개 메소드

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

Same methods

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