C# Class UnityEngine.GUILayoutEntry

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

Méthodes publiques

Свойство Type Description
maxHeight float
maxWidth float
minHeight float
minWidth float
rect Rect
stretchHeight int
stretchWidth int

Protected Properties

Свойство Type Description
indent int

Méthodes publiques

Méthode Description
ApplyOptions ( GUILayoutOption options ) : void
CalcHeight ( ) : void
CalcWidth ( ) : void
GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, GUIStyle _style ) : System
GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, GUIStyle _style, GUILayoutOption options ) : System
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

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

GUILayoutEntry() public méthode

public GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, GUIStyle _style ) : System
_minWidth float
_maxWidth float
_minHeight float
_maxHeight float
_style GUIStyle
Résultat System

GUILayoutEntry() public méthode

public GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, GUIStyle _style, GUILayoutOption options ) : System
_minWidth float
_maxWidth float
_minHeight float
_maxHeight float
_style GUIStyle
options GUILayoutOption
Résultat System

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

indent protected_oe static_oe property

protected static int indent
Résultat int

maxHeight public_oe property

public float maxHeight
Résultat float

maxWidth public_oe property

public float maxWidth
Résultat float

minHeight public_oe property

public float minHeight
Résultat float

minWidth public_oe property

public float minWidth
Résultat float

rect public_oe property

public Rect,UnityEngine rect
Résultat Rect

stretchHeight public_oe property

public int stretchHeight
Résultat int

stretchWidth public_oe property

public int stretchWidth
Résultat int