C# Class control.Gesture

Abstract class that every gesture should implement to evaluate some core function
ファイルを表示 Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Public Methods

Method Description
eval ( ) : void

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

Method Details

eval() public abstract method

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