C# Class UnityEngine.GUILayoutEntry

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
maxHeight float
maxWidth float
minHeight float
minWidth float
rect Rect
stretchHeight int
stretchWidth int

Protected Properties

Property Type Description
indent int

Public Methods

Method 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

Protected Methods

Method Description
ApplyStyleSettings ( GUIStyle style ) : void

Method Details

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

GUILayoutEntry() public method

public GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, GUIStyle _style ) : System
_minWidth float
_maxWidth float
_minHeight float
_maxHeight float
_style GUIStyle
return System

GUILayoutEntry() public method

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
return System

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

indent protected_oe static_oe property

protected static int indent
return int

maxHeight public_oe property

public float maxHeight
return float

maxWidth public_oe property

public float maxWidth
return float

minHeight public_oe property

public float minHeight
return float

minWidth public_oe property

public float minWidth
return float

rect public_oe property

public Rect,UnityEngine rect
return Rect

stretchHeight public_oe property

public int stretchHeight
return int

stretchWidth public_oe property

public int stretchWidth
return int