C# Class PersonComponent, Entitas-CSharp

Inheritance: IComponent
ファイルを表示 Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Properties

Property Type Description
age int
gender string
name string

Property Details

age public_oe property

public int age
return int

gender public_oe property

public string gender
return string

name public_oe property

public string name
return string