LabelContent.LabelContent C# (CSharp) Метод

LabelContent() публичный Метод

public LabelContent ( GUIContent c, Rect b, Color t, Color s ) : UnityEngine
c GUIContent
b Rect
t Color
s Color
Результат UnityEngine
    public LabelContent(GUIContent c, Rect b, Color t, Color s)
    {
        this.content = c;
        this.bounds = b;
        this.textColor = t;
        this.shadowColor = s;
    }

Same methods

LabelContent::LabelContent ( GUIContent c, float x, float y, Color t, Color s, GUIFont, font ) : UnityEngine