C# Class Game.Life

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

Public Properties

Property Type Description
ID int
JustEntered bool
UnityPlayerHealth UnityPlayerHealth
frame int

Public Methods

Method Description
Life ( System n ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

Life() public method

public Life ( System n ) : Casanova.Prelude
n System
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

UnityPlayerHealth public_oe property

public UnityPlayerHealth UnityPlayerHealth
return UnityPlayerHealth

frame public_oe property

public int frame
return int