C# Class DepthCalculator.DepthCalculationAlgorithm.WidgetNode, DailyProjects

Show file Open project: GHScan/DailyProjects

Public Properties

Property Type Description
DependenceCount int
Material ComplexMaterial
Prev WidgetNode
ReverseDependences List
Widget UIWidget,

Public Methods

Method Description
Before ( WidgetNode a, WidgetNode b ) : bool

Method Details

Before() public static method

public static Before ( WidgetNode a, WidgetNode b ) : bool
a WidgetNode
b WidgetNode
return bool

Property Details

DependenceCount public property

public int DependenceCount
return int

Material public property

public ComplexMaterial Material
return ComplexMaterial

Prev public property

public WidgetNode Prev
return WidgetNode

ReverseDependences public property

public List ReverseDependences
return List

Widget public property

public UIWidget, Widget
return UIWidget,