C# Class EssenceClient.Scenes.Game.ChatLayer

Inheritance: CocosSharp.CCLayerColor
Afficher le fichier Open project: Insality/essence-of-shadows Class Usage Examples

Méthodes publiques

Свойство Type Description
Messages List

Méthodes publiques

Méthode Description
ChatLayer ( ) : System.Collections.Generic
Update ( float dt ) : void

Méthodes protégées

Méthode Description
AddedToScene ( ) : void

Method Details

AddedToScene() protected méthode

protected AddedToScene ( ) : void
Résultat void

ChatLayer() public méthode

public ChatLayer ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void

Property Details

Messages public_oe property

public List Messages
Résultat List