C# Class DebugFinger

Inheritance: FingerModel
Show file Open project: leapmotion/ImageGrid

Protected Properties

Property Type Description
colors Color[]

Public Methods

Method Description
UpdateFinger ( ) : void

Protected Methods

Method Description
DrawDebugLines ( ) : void

Method Details

DrawDebugLines() protected method

protected DrawDebugLines ( ) : void
return void

UpdateFinger() public method

public UpdateFinger ( ) : void
return void

Property Details

colors protected property

protected Color[] colors
return Color[]