C# 클래스 UnityEngine.GUILayoutGroup

상속: GUILayoutEntry
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
entries List
isVertical bool
isWindow bool
resetCoords bool
sameSize bool
spacing float
windowID int

보호된 프로퍼티들

프로퍼티 타입 설명
m_ChildMaxHeight float
m_ChildMaxWidth float
m_ChildMinHeight float
m_ChildMinWidth float
m_StretchableCountX int
m_StretchableCountY int
m_UserSpecifiedHeight bool
m_UserSpecifiedWidth bool

공개 메소드들

메소드 설명
Add ( GUILayoutEntry e ) : void
ApplyOptions ( GUILayoutOption options ) : void
CalcHeight ( ) : void
CalcWidth ( ) : void
GUILayoutGroup ( ) : System
GUILayoutGroup ( GUIStyle _style, GUILayoutOption options ) : System
GetLast ( ) : Rect
GetNext ( ) : GUILayoutEntry
PeekNext ( ) : Rect
ResetCursor ( ) : void
SetHorizontal ( float x, float width ) : void
SetVertical ( float y, float height ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
ApplyStyleSettings ( GUIStyle style ) : void

메소드 상세

Add() 공개 메소드

public Add ( GUILayoutEntry e ) : void
e GUILayoutEntry
리턴 void

ApplyOptions() 공개 메소드

public ApplyOptions ( GUILayoutOption options ) : void
options GUILayoutOption
리턴 void

ApplyStyleSettings() 보호된 메소드

protected ApplyStyleSettings ( GUIStyle style ) : void
style GUIStyle
리턴 void

CalcHeight() 공개 메소드

public CalcHeight ( ) : void
리턴 void

CalcWidth() 공개 메소드

public CalcWidth ( ) : void
리턴 void

GUILayoutGroup() 공개 메소드

public GUILayoutGroup ( ) : System
리턴 System

GUILayoutGroup() 공개 메소드

public GUILayoutGroup ( GUIStyle _style, GUILayoutOption options ) : System
_style GUIStyle
options GUILayoutOption
리턴 System

GetLast() 공개 메소드

public GetLast ( ) : Rect
리턴 Rect

GetNext() 공개 메소드

public GetNext ( ) : GUILayoutEntry
리턴 GUILayoutEntry

PeekNext() 공개 메소드

public PeekNext ( ) : Rect
리턴 Rect

ResetCursor() 공개 메소드

public ResetCursor ( ) : void
리턴 void

SetHorizontal() 공개 메소드

public SetHorizontal ( float x, float width ) : void
x float
width float
리턴 void

SetVertical() 공개 메소드

public SetVertical ( float y, float height ) : void
y float
height float
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

entries 공개적으로 프로퍼티

public List entries
리턴 List

isVertical 공개적으로 프로퍼티

public bool isVertical
리턴 bool

isWindow 공개적으로 프로퍼티

public bool isWindow
리턴 bool

m_ChildMaxHeight 보호되어 있는 프로퍼티

protected float m_ChildMaxHeight
리턴 float

m_ChildMaxWidth 보호되어 있는 프로퍼티

protected float m_ChildMaxWidth
리턴 float

m_ChildMinHeight 보호되어 있는 프로퍼티

protected float m_ChildMinHeight
리턴 float

m_ChildMinWidth 보호되어 있는 프로퍼티

protected float m_ChildMinWidth
리턴 float

m_StretchableCountX 보호되어 있는 프로퍼티

protected int m_StretchableCountX
리턴 int

m_StretchableCountY 보호되어 있는 프로퍼티

protected int m_StretchableCountY
리턴 int

m_UserSpecifiedHeight 보호되어 있는 프로퍼티

protected bool m_UserSpecifiedHeight
리턴 bool

m_UserSpecifiedWidth 보호되어 있는 프로퍼티

protected bool m_UserSpecifiedWidth
리턴 bool

resetCoords 공개적으로 프로퍼티

public bool resetCoords
리턴 bool

sameSize 공개적으로 프로퍼티

public bool sameSize
리턴 bool

spacing 공개적으로 프로퍼티

public float spacing
리턴 float

windowID 공개적으로 프로퍼티

public int windowID
리턴 int