C# 클래스 Artemis.Engine.Input.KeyCombination

파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Keys Keys[]

공개 메소드들

메소드 설명
KeyCombination ( ) : Microsoft.Xna.Framework.Input

메소드 상세

KeyCombination() 공개 메소드

public KeyCombination ( ) : Microsoft.Xna.Framework.Input
리턴 Microsoft.Xna.Framework.Input

프로퍼티 상세

Keys 공개적으로 프로퍼티

The keys to check in this combination.
public Keys[] Keys
리턴 Keys[]