C# Class DepthCalculator, DailyProjects

Inheritance: MonoBehaviour
Show file Open project: GHScan/DailyProjects Class Usage Examples

Public Properties

Property Type Description
Dependences List

Public Methods

Method Description
GetPanelWidgets ( UIPanel, panel, bool includeInactive ) : UIWidget[],
GetWidgetPanel ( UIWidget, w ) : UIPanel,

Private Methods

Method Description
AdjustDepth ( ) : void
Bind ( ) : void
CalculateDepth ( ) : void
OnDrawGizmos ( ) : void
Unbind ( ) : void

Method Details

GetPanelWidgets() public static method

public static GetPanelWidgets ( UIPanel, panel, bool includeInactive ) : UIWidget[],
panel UIPanel,
includeInactive bool
return UIWidget[],

GetWidgetPanel() public static method

public static GetWidgetPanel ( UIWidget, w ) : UIPanel,
w UIWidget,
return UIPanel,

Property Details

Dependences public property

public List Dependences
return List