C# Class NameAgeComponent, Entitas-CSharp

Inheritance: IComponent
Afficher le fichier Open project: sschmid/Entitas-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
age int
name string

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

age public_oe property

public int age
Résultat int

name public_oe property

public string name
Résultat string