CCT.NUI.Visual.HandLayer.HandLayer C# (CSharp) Method

HandLayer() public method

public HandLayer ( IHandDataSource dataSource, float zoomFactor ) : System
dataSource IHandDataSource
zoomFactor float
return System
        public HandLayer(IHandDataSource dataSource, float zoomFactor)
        {
            this.dataSource = dataSource;
            this.dataSource.NewDataAvailable += dataSource_NewDataAvailable;
            this.SetZoomFactor(zoomFactor);

            this.ShowConvexHull = true;
            this.ShowContour = true;
            this.ShowFingerDepth = true;
        }

Same methods

HandLayer::HandLayer ( IHandDataSource dataSource ) : System