C# Class GUIStyleExtensions, UnityGUIExtensions

Afficher le fichier Open project: MrJoy/UnityGUIExtensions Class Usage Examples

Méthodes publiques

Méthode Description
BaseTextColor ( this style, Color c ) : GUIStyle
Border ( this style, int left, int right, int top, int bottom ) : GUIStyle
ClipText ( this style ) : GUIStyle
Margin ( this style, int left, int right, int top, int bottom ) : GUIStyle
Named ( this style, string name ) : GUIStyle
NoBackgroundImages ( this style ) : GUIStyle
Padding ( this style, int left, int right, int top, int bottom ) : GUIStyle
ResetBoxModel ( this style ) : GUIStyle
Size ( this style, int width, int height, bool stretchWidth, bool stretchHeight ) : GUIStyle

Method Details

BaseTextColor() public static méthode

public static BaseTextColor ( this style, Color c ) : GUIStyle
style this
c Color
Résultat GUIStyle

Border() public static méthode

public static Border ( this style, int left, int right, int top, int bottom ) : GUIStyle
style this
left int
right int
top int
bottom int
Résultat GUIStyle

ClipText() public static méthode

public static ClipText ( this style ) : GUIStyle
style this
Résultat GUIStyle

Margin() public static méthode

public static Margin ( this style, int left, int right, int top, int bottom ) : GUIStyle
style this
left int
right int
top int
bottom int
Résultat GUIStyle

Named() public static méthode

public static Named ( this style, string name ) : GUIStyle
style this
name string
Résultat GUIStyle

NoBackgroundImages() public static méthode

public static NoBackgroundImages ( this style ) : GUIStyle
style this
Résultat GUIStyle

Padding() public static méthode

public static Padding ( this style, int left, int right, int top, int bottom ) : GUIStyle
style this
left int
right int
top int
bottom int
Résultat GUIStyle

ResetBoxModel() public static méthode

public static ResetBoxModel ( this style ) : GUIStyle
style this
Résultat GUIStyle

Size() public static méthode

public static Size ( this style, int width, int height, bool stretchWidth, bool stretchHeight ) : GUIStyle
style this
width int
height int
stretchWidth bool
stretchHeight bool
Résultat GUIStyle