C# Class Game.Message

Afficher le fichier Open project: vs-team/casanova-mk2

Méthodes publiques

Свойство Type Description
EntityID System.Int32
EntityTypeID System.Int32
ID int
JustEntered bool
PropertyID System.Int32
Test System.Int32
frame int

Méthodes publiques

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

Method Details

Message() public méthode

public Message ( System a, System b, System c ) : Casanova.Prelude
a System
b System
c System
Résultat Casanova.Prelude

Update() public méthode

public Update ( float dt, World world ) : void
dt float
world World
Résultat void

Property Details

EntityID public_oe property

public Int32,System EntityID
Résultat System.Int32

EntityTypeID public_oe property

public Int32,System EntityTypeID
Résultat System.Int32

ID public_oe property

public int ID
Résultat int

JustEntered public_oe property

public bool JustEntered
Résultat bool

PropertyID public_oe property

public Int32,System PropertyID
Résultat System.Int32

Test public_oe property

public Int32,System Test
Résultat System.Int32

frame public_oe property

public int frame
Résultat int