C# Class NameAgeComponent, Entitas-CSharp

Inheritance: IComponent
Show file Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Properties

Property Type Description
age int
name string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

age public property

public int age
return int

name public property

public string name
return string