C# Class DepthCalculator.DepthCalculationAlgorithm.WidgetNode, DailyProjects

显示文件 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_oe property

public int DependenceCount
return int

Material public_oe property

public ComplexMaterial Material
return ComplexMaterial

Prev public_oe property

public WidgetNode Prev
return WidgetNode

ReverseDependences public_oe property

public List ReverseDependences
return List

Widget public_oe property

public UIWidget, Widget
return UIWidget,