C# Class Entitas.ContextInfo

Exibir arquivo Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Properties

Property Type Description
componentNames string[]
componentTypes System.Type[]
name string

Public Methods

Method Description
ContextInfo ( string name, string componentNames, Type componentTypes ) : System

Method Details

ContextInfo() public method

public ContextInfo ( string name, string componentNames, Type componentTypes ) : System
name string
componentNames string
componentTypes System.Type
return System

Property Details

componentNames public_oe property

public string[] componentNames
return string[]

componentTypes public_oe property

public Type[],System componentTypes
return System.Type[]

name public_oe property

public string name
return string