C# 클래스 control.Gesture

Abstract class that every gesture should implement to evaluate some core function
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project 1 사용 예제들

공개 메소드들

메소드 설명
eval ( ) : void

Abstact method that should be implemented to evaluate this specific gesture.

메소드 상세

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

Abstact method that should be implemented to evaluate this specific gesture.
public abstract eval ( ) : void
리턴 void