C# 클래스 HtwKinect.KinectProjectUiBuilder

파일 보기 프로젝트 열기: rechc/KinectMiniApps 1 사용 예제들

공개 메소드들

메소드 설명
AddRow ( String rowName, List row ) : void
GetLoopList ( ) : LoopList
GetRowByRowName ( string rowName ) : Node
KinectProjectUiBuilder ( LoopList loopList, TextLoopList textLoopList ) : System

메소드 상세

AddRow() 공개 메소드

public AddRow ( String rowName, List row ) : void
rowName String
row List
리턴 void

GetLoopList() 공개 메소드

public GetLoopList ( ) : LoopList
리턴 LoopList

GetRowByRowName() 공개 메소드

public GetRowByRowName ( string rowName ) : Node
rowName string
리턴 Node

KinectProjectUiBuilder() 공개 메소드

public KinectProjectUiBuilder ( LoopList loopList, TextLoopList textLoopList ) : System
loopList LoopList
textLoopList TextLoopList
리턴 System