C# Class uFrameHelpStyles, uFrame.Editor

Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode Description
ForAllStates ( this style, Texture2D texture ) : GUIStyle
ForNormalState ( this style, Texture2D texture ) : GUIStyle
WithAllStates ( this style, Color textColor ) : GUIStyle
WithAllStates ( this style, Texture2D texture, Color textColor ) : GUIStyle
WithAllStates ( this style, string textureName, Color textColor ) : GUIStyle
WithFont ( this style, string fontName ) : GUIStyle
WithFont ( this style, string fontName, int fontSize ) : GUIStyle
WithHoveredState ( this style, string textureName, Color textColor ) : GUIStyle

Method Details

ForAllStates() public static méthode

public static ForAllStates ( this style, Texture2D texture ) : GUIStyle
style this
texture UnityEngine.Texture2D
Résultat GUIStyle

ForNormalState() public static méthode

public static ForNormalState ( this style, Texture2D texture ) : GUIStyle
style this
texture UnityEngine.Texture2D
Résultat GUIStyle

WithAllStates() public static méthode

public static WithAllStates ( this style, Color textColor ) : GUIStyle
style this
textColor Color
Résultat GUIStyle

WithAllStates() public static méthode

public static WithAllStates ( this style, Texture2D texture, Color textColor ) : GUIStyle
style this
texture UnityEngine.Texture2D
textColor Color
Résultat GUIStyle

WithAllStates() public static méthode

public static WithAllStates ( this style, string textureName, Color textColor ) : GUIStyle
style this
textureName string
textColor Color
Résultat GUIStyle

WithFont() public static méthode

public static WithFont ( this style, string fontName ) : GUIStyle
style this
fontName string
Résultat GUIStyle

WithFont() public static méthode

public static WithFont ( this style, string fontName, int fontSize ) : GUIStyle
style this
fontName string
fontSize int
Résultat GUIStyle

WithHoveredState() public static méthode

public static WithHoveredState ( this style, string textureName, Color textColor ) : GUIStyle
style this
textureName string
textColor Color
Résultat GUIStyle