C# Class UnityEditor.ListViewGUILayout.GUILayoutedListViewGroup

Inheritance: UnityEngine.GUILayoutGroup
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
AddY ( ) : void
AddY ( float val ) : void
CalcHeight ( ) : void
CalcWidth ( ) : void

Private Methods

Method Description
AddYRecursive ( GUILayoutEntry e, float y ) : void

Method Details

AddY() public method

public AddY ( ) : void
return void

AddY() public method

public AddY ( float val ) : void
val float
return void

CalcHeight() public method

public CalcHeight ( ) : void
return void

CalcWidth() public method

public CalcWidth ( ) : void
return void