UnityEngine.GUIStyle.GUIStyle C# (CSharp) Method

GUIStyle() public method

Constructs GUIStyle identical to given other GUIStyle.

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

Same methods

GUIStyle::GUIStyle ( ) : System