C# Class UnityEngine.GUILayoutGroup

Inheritance: GUILayoutEntry
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
entries List
isVertical bool
isWindow bool
resetCoords bool
sameSize bool
spacing float
windowID int

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ApplyStyleSettings ( GUIStyle style ) : void

Method Details

Add() public méthode

public Add ( GUILayoutEntry e ) : void
e GUILayoutEntry
Résultat void

ApplyOptions() public méthode

public ApplyOptions ( GUILayoutOption options ) : void
options GUILayoutOption
Résultat void

ApplyStyleSettings() protected méthode

protected ApplyStyleSettings ( GUIStyle style ) : void
style GUIStyle
Résultat void

CalcHeight() public méthode

public CalcHeight ( ) : void
Résultat void

CalcWidth() public méthode

public CalcWidth ( ) : void
Résultat void

GUILayoutGroup() public méthode

public GUILayoutGroup ( ) : System
Résultat System

GUILayoutGroup() public méthode

public GUILayoutGroup ( GUIStyle _style, GUILayoutOption options ) : System
_style GUIStyle
options GUILayoutOption
Résultat System

GetLast() public méthode

public GetLast ( ) : Rect
Résultat Rect

GetNext() public méthode

public GetNext ( ) : GUILayoutEntry
Résultat GUILayoutEntry

PeekNext() public méthode

public PeekNext ( ) : Rect
Résultat Rect

ResetCursor() public méthode

public ResetCursor ( ) : void
Résultat void

SetHorizontal() public méthode

public SetHorizontal ( float x, float width ) : void
x float
width float
Résultat void

SetVertical() public méthode

public SetVertical ( float y, float height ) : void
y float
height float
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

entries public_oe property

public List entries
Résultat List

isVertical public_oe property

public bool isVertical
Résultat bool

isWindow public_oe property

public bool isWindow
Résultat bool

m_ChildMaxHeight protected_oe property

protected float m_ChildMaxHeight
Résultat float

m_ChildMaxWidth protected_oe property

protected float m_ChildMaxWidth
Résultat float

m_ChildMinHeight protected_oe property

protected float m_ChildMinHeight
Résultat float

m_ChildMinWidth protected_oe property

protected float m_ChildMinWidth
Résultat float

m_StretchableCountX protected_oe property

protected int m_StretchableCountX
Résultat int

m_StretchableCountY protected_oe property

protected int m_StretchableCountY
Résultat int

m_UserSpecifiedHeight protected_oe property

protected bool m_UserSpecifiedHeight
Résultat bool

m_UserSpecifiedWidth protected_oe property

protected bool m_UserSpecifiedWidth
Résultat bool

resetCoords public_oe property

public bool resetCoords
Résultat bool

sameSize public_oe property

public bool sameSize
Résultat bool

spacing public_oe property

public float spacing
Résultat float

windowID public_oe property

public int windowID
Résultat int