C# Class FlatRedBall.Input.DelegateBased2DInput

Inheritance: I2DInput
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
DelegateBased2DInput ( Func x, Func y, Func xVelocity, Func yVelocity ) : System

Method Details

DelegateBased2DInput() public method

public DelegateBased2DInput ( Func x, Func y, Func xVelocity, Func yVelocity ) : System
x Func
y Func
xVelocity Func
yVelocity Func
return System