C# Class Game.Message

Mostra file Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
EntityID System.Int32
EntityTypeID System.Int32
ID int
JustEntered bool
PropertyID System.Int32
Test System.Int32
frame int

Public Methods

Method Description
Message ( System a, System b, System c ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

Message() public method

public Message ( System a, System b, System c ) : Casanova.Prelude
a System
b System
c System
return Casanova.Prelude

Update() public method

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

Property Details

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityTypeID public_oe property

public Int32,System EntityTypeID
return System.Int32

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

PropertyID public_oe property

public Int32,System PropertyID
return System.Int32

Test public_oe property

public Int32,System Test
return System.Int32

frame public_oe property

public int frame
return int