C# Class PersonComponent, Entitas-CSharp

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

Public Properties

Property Type Description
age int
gender string
name string

Property Details

age public property

public int age
return int

gender public property

public string gender
return string

name public property

public string name
return string