C# Class Game.ResourceBar

Mostra file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ID int
JustEntered bool
PlayerStats List
frame int

Public Methods

Method Description
ResourceBar ( List coms ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

ResourceBar() public method

public ResourceBar ( List coms ) : Casanova.Prelude
coms List
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

PlayerStats public_oe property

public List PlayerStats
return List

frame public_oe property

public int frame
return int