C# 클래스 idTech4.Input.idUserCommand

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Angles short[]
Buttons Button
DuplicateCount int
Flags UserCommandFlags
ForwardMove bool
GameFrame int
GameTime int
Impulse Impulse
MouseX short
MouseY short
RightMove bool
Sequence int
UpMove bool

공개 메소드들

메소드 설명
operator ( ) : bool

메소드 상세

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Angles 공개적으로 프로퍼티

View angles.
public short[] Angles
리턴 short[]

Buttons 공개적으로 프로퍼티

Buttons
public Button Buttons
리턴 Button

DuplicateCount 공개적으로 프로퍼티

Duplication count for networking
public int DuplicateCount
리턴 int

Flags 공개적으로 프로퍼티

Additional flags.
public UserCommandFlags Flags
리턴 UserCommandFlags

ForwardMove 공개적으로 프로퍼티

Forward/backward movement.
public bool ForwardMove
리턴 bool

GameFrame 공개적으로 프로퍼티

Frame number.
public int GameFrame
리턴 int

GameTime 공개적으로 프로퍼티

Game time.
public int GameTime
리턴 int

Impulse 공개적으로 프로퍼티

Impulse command.
public Impulse Impulse
리턴 Impulse

MouseX 공개적으로 프로퍼티

Mouse delta X.
public short MouseX
리턴 short

MouseY 공개적으로 프로퍼티

Mouse delta Y
public short MouseY
리턴 short

RightMove 공개적으로 프로퍼티

Left/right movement.
public bool RightMove
리턴 bool

Sequence 공개적으로 프로퍼티

Just for debugging.
public int Sequence
리턴 int

UpMove 공개적으로 프로퍼티

Up/down movement.
public bool UpMove
리턴 bool