C# Class Game.Message

Show 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 property

public Int32,System EntityID
return System.Int32

EntityTypeID public property

public Int32,System EntityTypeID
return System.Int32

ID public property

public int ID
return int

JustEntered public property

public bool JustEntered
return bool

PropertyID public property

public Int32,System PropertyID
return System.Int32

Test public property

public Int32,System Test
return System.Int32

frame public property

public int frame
return int