C# 클래스 uFrameHelpStyles, uFrame.Editor

파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
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

메소드 상세

ForAllStates() 공개 정적인 메소드

public static ForAllStates ( this style, Texture2D texture ) : GUIStyle
style this
texture UnityEngine.Texture2D
리턴 GUIStyle

ForNormalState() 공개 정적인 메소드

public static ForNormalState ( this style, Texture2D texture ) : GUIStyle
style this
texture UnityEngine.Texture2D
리턴 GUIStyle

WithAllStates() 공개 정적인 메소드

public static WithAllStates ( this style, Color textColor ) : GUIStyle
style this
textColor Color
리턴 GUIStyle

WithAllStates() 공개 정적인 메소드

public static WithAllStates ( this style, Texture2D texture, Color textColor ) : GUIStyle
style this
texture UnityEngine.Texture2D
textColor Color
리턴 GUIStyle

WithAllStates() 공개 정적인 메소드

public static WithAllStates ( this style, string textureName, Color textColor ) : GUIStyle
style this
textureName string
textColor Color
리턴 GUIStyle

WithFont() 공개 정적인 메소드

public static WithFont ( this style, string fontName ) : GUIStyle
style this
fontName string
리턴 GUIStyle

WithFont() 공개 정적인 메소드

public static WithFont ( this style, string fontName, int fontSize ) : GUIStyle
style this
fontName string
fontSize int
리턴 GUIStyle

WithHoveredState() 공개 정적인 메소드

public static WithHoveredState ( this style, string textureName, Color textColor ) : GUIStyle
style this
textureName string
textColor Color
리턴 GUIStyle