C# Class FlatRedBall.Input.DelegateBased2DInput

Inheritance: I2DInput
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
DelegateBased2DInput ( Func x, Func y, Func xVelocity, Func yVelocity ) : System

Method Details

DelegateBased2DInput() public méthode

public DelegateBased2DInput ( Func x, Func y, Func xVelocity, Func yVelocity ) : System
x Func
y Func
xVelocity Func
yVelocity Func
Résultat System