C# Class UnityEngine.GUIScrollGroup

Inheritance: GUILayoutGroup
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
CalcHeight ( ) : void
CalcWidth ( ) : void
SetHorizontal ( float x, float width ) : void
SetVertical ( float y, float height ) : void

Method Details

CalcHeight() public méthode

public CalcHeight ( ) : void
Résultat void

CalcWidth() public méthode

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

Property Details

allowHorizontalScroll public_oe property

public bool allowHorizontalScroll
Résultat bool

allowVerticalScroll public_oe property

public bool allowVerticalScroll
Résultat bool

calcMaxHeight public_oe property

public float calcMaxHeight
Résultat float

calcMaxWidth public_oe property

public float calcMaxWidth
Résultat float

calcMinHeight public_oe property

public float calcMinHeight
Résultat float

calcMinWidth public_oe property

public float calcMinWidth
Résultat float

clientHeight public_oe property

public float clientHeight
Résultat float

clientWidth public_oe property

public float clientWidth
Résultat float

horizontalScrollbar public_oe property

public GUIStyle,UnityEngine horizontalScrollbar
Résultat GUIStyle

needsHorizontalScrollbar public_oe property

public bool needsHorizontalScrollbar
Résultat bool

needsVerticalScrollbar public_oe property

public bool needsVerticalScrollbar
Résultat bool

verticalScrollbar public_oe property

public GUIStyle,UnityEngine verticalScrollbar
Résultat GUIStyle