C# Class Game.InputController

Inheritance: Game.Controller
Mostrar archivo Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ID int
JustEntered bool
UnityController UnityController
frame int

Public Methods

Method Description
InputController ( ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

InputController() public method

public InputController ( ) : Casanova.Prelude
return Casanova.Prelude

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

UnityController public_oe property

public UnityController UnityController
return UnityController

frame public_oe property

public int frame
return int