C# 클래스 KinectMenu.New_Game

Interaction logic for New_Game.xaml
상속: KinectPage, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: NUIC/2-Kinects-1-Machine

공개 메소드들

메소드 설명
New_Game ( ) : System.Collections.Generic
kinectButton_Clicked ( object sender, RoutedEventArgs e ) : void

보호된 메소드들

메소드 설명
InitializeButtons ( ) : void
InitializeKinectHandIcons ( ) : void
InitializeVideoImage ( ) : void

비공개 메소드들

메소드 설명
campaign_game_Click ( object sender, RoutedEventArgs e ) : void
cancel_Click ( object sender, RoutedEventArgs e ) : void
multiplayer_Click ( object sender, RoutedEventArgs e ) : void
score_mode_Click ( object sender, RoutedEventArgs e ) : void
zen_mode_game_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

InitializeButtons() 보호된 메소드

protected InitializeButtons ( ) : void
리턴 void

InitializeKinectHandIcons() 보호된 메소드

protected InitializeKinectHandIcons ( ) : void
리턴 void

InitializeVideoImage() 보호된 메소드

protected InitializeVideoImage ( ) : void
리턴 void

New_Game() 공개 메소드

public New_Game ( ) : System.Collections.Generic
리턴 System.Collections.Generic

kinectButton_Clicked() 공개 메소드

public kinectButton_Clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void