C# Class DepthCalculator.DepthCalculationAlgorithm, DailyProjects

Mostrar archivo Open project: GHScan/DailyProjects

Public Methods

Method Description
CalculateDepthForWidgets ( UIWidget, widgets ) : void

Private Methods

Method Description
AdjustWidgetNodePosInList ( WidgetNode list, WidgetNode node ) : WidgetNode
FindBestSolution ( WidgetNode nodeList, ComplexMaterial lastMaterial, int drawCall, List result, int &bestDrawCall, List bestResult, int stopDrawCall ) : void
GetTopWidgetNodesOfList ( WidgetNode list ) : List
LinkWidgetNodeToList ( WidgetNode list, WidgetNode node ) : WidgetNode
UnlinkWidgetNodeFromList ( WidgetNode list, WidgetNode node ) : WidgetNode

Method Details

CalculateDepthForWidgets() public static method

public static CalculateDepthForWidgets ( UIWidget, widgets ) : void
widgets UIWidget,
return void