UnityEditor.ColorPicker.Styles.Styles C# (CSharp) 메소드

Styles() 공개 메소드

public Styles ( ) : System
리턴 System
            public Styles()
            {
                this.axisLabelNumberField.alignment = TextAnchor.UpperRight;
                this.axisLabelNumberField.normal.background = null;
                this.label.alignment = TextAnchor.LowerCenter;
            }
        }
ColorPicker.Styles