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

GUIStyle() 공개 메소드

Constructs GUIStyle identical to given other GUIStyle.

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

Same methods

GUIStyle::GUIStyle ( ) : System