C# Class control.Gesture

Abstract class that every gesture should implement to evaluate some core function
Afficher le fichier Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Méthodes publiques

Méthode Description
eval ( ) : void

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

Method Details

eval() public abstract méthode

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