C# 클래스 GUIStyleExtensions, UnityGUIExtensions

파일 보기 프로젝트 열기: MrJoy/UnityGUIExtensions 1 사용 예제들

공개 메소드들

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

메소드 상세

BaseTextColor() 공개 정적인 메소드

public static BaseTextColor ( this style, Color c ) : GUIStyle
style this
c Color
리턴 GUIStyle

Border() 공개 정적인 메소드

public static Border ( this style, int left, int right, int top, int bottom ) : GUIStyle
style this
left int
right int
top int
bottom int
리턴 GUIStyle

ClipText() 공개 정적인 메소드

public static ClipText ( this style ) : GUIStyle
style this
리턴 GUIStyle

Margin() 공개 정적인 메소드

public static Margin ( this style, int left, int right, int top, int bottom ) : GUIStyle
style this
left int
right int
top int
bottom int
리턴 GUIStyle

Named() 공개 정적인 메소드

public static Named ( this style, string name ) : GUIStyle
style this
name string
리턴 GUIStyle

NoBackgroundImages() 공개 정적인 메소드

public static NoBackgroundImages ( this style ) : GUIStyle
style this
리턴 GUIStyle

Padding() 공개 정적인 메소드

public static Padding ( this style, int left, int right, int top, int bottom ) : GUIStyle
style this
left int
right int
top int
bottom int
리턴 GUIStyle

ResetBoxModel() 공개 정적인 메소드

public static ResetBoxModel ( this style ) : GUIStyle
style this
리턴 GUIStyle

Size() 공개 정적인 메소드

public static Size ( this style, int width, int height, bool stretchWidth, bool stretchHeight ) : GUIStyle
style this
width int
height int
stretchWidth bool
stretchHeight bool
리턴 GUIStyle