C# Class Game.D

Mostrar archivo Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
Elem System.Int32
ID int
JustEntered bool
frame int

Public Methods

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

Method Details

D() public method

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

Update() public method

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

Property Details

Elem public_oe property

public Int32,System Elem
return System.Int32

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

frame public_oe property

public int frame
return int