UnityEngine.GUIStyle.GUIStyle C# (CSharp) 메소드

GUIStyle() 공개 메소드

Constructor for empty GUIStyle.

public GUIStyle ( ) : System
리턴 System
        public GUIStyle()
        {
            this.Init();
        }

Same methods

GUIStyle::GUIStyle ( GUIStyle other ) : System