C# Class GUILabelCentered, tf_client

Inheritance: GUILabel
Exibir arquivo Open project: wids-eria/tf_client

Protected Properties

Property Type Description
centeredStyle GUIStyle

Public Methods

Method Description
Draw ( ) : void
GUILabelCentered ( string aString, Rect rect ) : UnityEngine
GUILabelCentered ( string aString, float x, float y, float width, float height ) : UnityEngine

Method Details

Draw() public method

public Draw ( ) : void
return void

GUILabelCentered() public method

public GUILabelCentered ( string aString, Rect rect ) : UnityEngine
aString string
rect Rect
return UnityEngine

GUILabelCentered() public method

public GUILabelCentered ( string aString, float x, float y, float width, float height ) : UnityEngine
aString string
x float
y float
width float
height float
return UnityEngine

Property Details

centeredStyle protected_oe static_oe property

protected static GUIStyle centeredStyle
return GUIStyle