C# 클래스 DW_GUILayout

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

공개 프로퍼티들

프로퍼티 타입 설명
hovered bool
itemHeight float
itemWidth float
scaleFactor float
tooltip string
tooltipActive string
yPos float

공개 메소드들

메소드 설명
Box ( string text ) : void
Button ( GUIContent content, float width = 0f ) : bool
Button ( string text, float width = 0f ) : bool
DrawLogo ( Texture2D texture ) : void
IsRuntimePlatformMobile ( ) : bool
Label ( string text, bool autoHeight = false ) : void
Slider ( float value, string text, float min, float max ) : float
Slider ( int value, string text, float min, float max ) : float
Space ( float value ) : void
Toggle ( bool value, string text, bool &changed ) : bool
UpdateScaleDesktop ( float baseHeight ) : void
UpdateScaleMobile ( ) : void

비공개 메소드들

메소드 설명
CheckTooltipRect ( Rect rect ) : void
GetCurrentRect ( ) : Rect

메소드 상세

Box() 공개 정적인 메소드

public static Box ( string text ) : void
text string
리턴 void

Button() 공개 정적인 메소드

public static Button ( GUIContent content, float width = 0f ) : bool
content GUIContent
width float
리턴 bool

Button() 공개 정적인 메소드

public static Button ( string text, float width = 0f ) : bool
text string
width float
리턴 bool

DrawLogo() 공개 정적인 메소드

public static DrawLogo ( Texture2D texture ) : void
texture UnityEngine.Texture2D
리턴 void

IsRuntimePlatformMobile() 공개 정적인 메소드

public static IsRuntimePlatformMobile ( ) : bool
리턴 bool

Label() 공개 정적인 메소드

public static Label ( string text, bool autoHeight = false ) : void
text string
autoHeight bool
리턴 void

Slider() 공개 정적인 메소드

public static Slider ( float value, string text, float min, float max ) : float
value float
text string
min float
max float
리턴 float

Slider() 공개 정적인 메소드

public static Slider ( int value, string text, float min, float max ) : float
value int
text string
min float
max float
리턴 float

Space() 공개 정적인 메소드

public static Space ( float value ) : void
value float
리턴 void

Toggle() 공개 정적인 메소드

public static Toggle ( bool value, string text, bool &changed ) : bool
value bool
text string
changed bool
리턴 bool

UpdateScaleDesktop() 공개 정적인 메소드

public static UpdateScaleDesktop ( float baseHeight ) : void
baseHeight float
리턴 void

UpdateScaleMobile() 공개 정적인 메소드

public static UpdateScaleMobile ( ) : void
리턴 void

프로퍼티 상세

hovered 공개적으로 정적으로 프로퍼티

public static bool hovered
리턴 bool

itemHeight 공개적으로 정적으로 프로퍼티

public static float itemHeight
리턴 float

itemWidth 공개적으로 정적으로 프로퍼티

public static float itemWidth
리턴 float

scaleFactor 공개적으로 정적으로 프로퍼티

public static float scaleFactor
리턴 float

tooltip 공개적으로 정적으로 프로퍼티

public static string tooltip
리턴 string

tooltipActive 공개적으로 정적으로 프로퍼티

public static string tooltipActive
리턴 string

yPos 공개적으로 정적으로 프로퍼티

public static float yPos
리턴 float