C# 클래스 Nez.VirtualInput

Represents a virtual button, axis or joystick whose state is determined by the state of its VirtualInputNodes
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
deregister ( ) : void

deregisters the VirtualInput from the Input system. Call this when you are done polling the VirtualInput

update ( ) : void

보호된 메소드들

메소드 설명
VirtualInput ( )

메소드 상세

VirtualInput() 보호된 메소드

protected VirtualInput ( )

deregister() 공개 메소드

deregisters the VirtualInput from the Input system. Call this when you are done polling the VirtualInput
public deregister ( ) : void
리턴 void

update() 공개 추상적인 메소드

public abstract update ( ) : void
리턴 void