C# 클래스 EmptyKeys.UserInterface.Input.TouchStateBase

Implements abstract Touch state
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
TouchStateBase ( )

Initializes a new instance of the TouchStateBase class.

Update ( ) : void

Updates this instance.

메소드 상세

TouchStateBase() 공개 메소드

Initializes a new instance of the TouchStateBase class.
public TouchStateBase ( )

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

Updates this instance.
public abstract Update ( ) : void
리턴 void