UnityEngine.GUIStyle.GUIStyle C# (CSharp) Méthode

GUIStyle() public méthode

Constructs GUIStyle identical to given other GUIStyle.

public GUIStyle ( GUIStyle other ) : System
other GUIStyle
Résultat System
        public GUIStyle(GUIStyle other)
        {
            this.InitCopy(other);
        }

Same methods

GUIStyle::GUIStyle ( ) : System