C# Class UnityEngine.GUIScrollGroup

Inheritance: GUILayoutGroup
ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
allowHorizontalScroll bool
allowVerticalScroll bool
calcMaxHeight float
calcMaxWidth float
calcMinHeight float
calcMinWidth float
clientHeight float
clientWidth float
horizontalScrollbar GUIStyle
needsHorizontalScrollbar bool
needsVerticalScrollbar bool
verticalScrollbar GUIStyle

Public Methods

Method Description
CalcHeight ( ) : void
CalcWidth ( ) : void
SetHorizontal ( float x, float width ) : void
SetVertical ( float y, float height ) : void

Method Details

CalcHeight() public method

public CalcHeight ( ) : void
return void

CalcWidth() public method

public CalcWidth ( ) : 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

Property Details

allowHorizontalScroll public_oe property

public bool allowHorizontalScroll
return bool

allowVerticalScroll public_oe property

public bool allowVerticalScroll
return bool

calcMaxHeight public_oe property

public float calcMaxHeight
return float

calcMaxWidth public_oe property

public float calcMaxWidth
return float

calcMinHeight public_oe property

public float calcMinHeight
return float

calcMinWidth public_oe property

public float calcMinWidth
return float

clientHeight public_oe property

public float clientHeight
return float

clientWidth public_oe property

public float clientWidth
return float

horizontalScrollbar public_oe property

public GUIStyle,UnityEngine horizontalScrollbar
return GUIStyle

needsHorizontalScrollbar public_oe property

public bool needsHorizontalScrollbar
return bool

needsVerticalScrollbar public_oe property

public bool needsVerticalScrollbar
return bool

verticalScrollbar public_oe property

public GUIStyle,UnityEngine verticalScrollbar
return GUIStyle