C# Class UnityEditor.ListViewGUILayout.GUILayoutedListViewGroup

Inheritance: UnityEngine.GUILayoutGroup
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
AddY ( ) : void
AddY ( float val ) : void
CalcHeight ( ) : void
CalcWidth ( ) : void

Private Methods

Méthode Description
AddYRecursive ( GUILayoutEntry e, float y ) : void

Method Details

AddY() public méthode

public AddY ( ) : void
Résultat void

AddY() public méthode

public AddY ( float val ) : void
val float
Résultat void

CalcHeight() public méthode

public CalcHeight ( ) : void
Résultat void

CalcWidth() public méthode

public CalcWidth ( ) : void
Résultat void