UnityEditor.PackageImport.Constants.Constants C# (CSharp) Méthode

Constants() public méthode

public Constants ( ) : System
Résultat System
            public Constants()
            {
                this.topBarBg.fixedHeight = 0f;
                int num = 2;
                this.topBarBg.border.bottom = num;
                this.topBarBg.border.top = num;
                this.title.fontStyle = FontStyle.Bold;
                this.title.alignment = TextAnchor.MiddleLeft;
            }
        }
PackageImport.Constants