C# Class UnityEngine.GUILayoutGroup

Inheritance: GUILayoutEntry
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
entries List
isVertical bool
isWindow bool
resetCoords bool
sameSize bool
spacing float
windowID int

Protected Properties

Property Type Description
m_ChildMaxHeight float
m_ChildMaxWidth float
m_ChildMinHeight float
m_ChildMinWidth float
m_StretchableCountX int
m_StretchableCountY int
m_UserSpecifiedHeight bool
m_UserSpecifiedWidth bool

Public Methods

Method Description
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

Protected Methods

Method Description
ApplyStyleSettings ( GUIStyle style ) : void

Method Details

Add() public method

public Add ( GUILayoutEntry e ) : void
e GUILayoutEntry
return void

ApplyOptions() public method

public ApplyOptions ( GUILayoutOption options ) : void
options GUILayoutOption
return void

ApplyStyleSettings() protected method

protected ApplyStyleSettings ( GUIStyle style ) : void
style GUIStyle
return void

CalcHeight() public method

public CalcHeight ( ) : void
return void

CalcWidth() public method

public CalcWidth ( ) : void
return void

GUILayoutGroup() public method

public GUILayoutGroup ( ) : System
return System

GUILayoutGroup() public method

public GUILayoutGroup ( GUIStyle _style, GUILayoutOption options ) : System
_style GUIStyle
options GUILayoutOption
return System

GetLast() public method

public GetLast ( ) : Rect
return Rect

GetNext() public method

public GetNext ( ) : GUILayoutEntry
return GUILayoutEntry

PeekNext() public method

public PeekNext ( ) : Rect
return Rect

ResetCursor() public method

public ResetCursor ( ) : void
return void

SetHorizontal() public method

public SetHorizontal ( float x, float width ) : void
x float
width float
return void

SetVertical() public method

public SetVertical ( float y, float height ) : void
y float
height float
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

entries public property

public List entries
return List

isVertical public property

public bool isVertical
return bool

isWindow public property

public bool isWindow
return bool

m_ChildMaxHeight protected property

protected float m_ChildMaxHeight
return float

m_ChildMaxWidth protected property

protected float m_ChildMaxWidth
return float

m_ChildMinHeight protected property

protected float m_ChildMinHeight
return float

m_ChildMinWidth protected property

protected float m_ChildMinWidth
return float

m_StretchableCountX protected property

protected int m_StretchableCountX
return int

m_StretchableCountY protected property

protected int m_StretchableCountY
return int

m_UserSpecifiedHeight protected property

protected bool m_UserSpecifiedHeight
return bool

m_UserSpecifiedWidth protected property

protected bool m_UserSpecifiedWidth
return bool

resetCoords public property

public bool resetCoords
return bool

sameSize public property

public bool sameSize
return bool

spacing public property

public float spacing
return float

windowID public property

public int windowID
return int