C# 클래스 Source.GameData.KeyboardControls

상속: Controls
파일 보기 프로젝트 열기: HarkerGameDev/TheGame

공개 메소드들

메소드 설명
KeyboardControls ( Game1 game, Keys basic1, Keys special1, Keys special2, Keys left, Keys right, Keys jump, Keys down ) : System
ToString ( ) : string

메소드 상세

KeyboardControls() 공개 메소드

public KeyboardControls ( Game1 game, Keys basic1, Keys special1, Keys special2, Keys left, Keys right, Keys jump, Keys down ) : System
game Game1
basic1 Keys
special1 Keys
special2 Keys
left Keys
right Keys
jump Keys
down Keys
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string