Entitas Redux
JCMG.EntitasRedux.ContextInfo Class Reference

Public Member Functions

 ContextInfo (string name, string[] componentNames, Type[] componentTypes)
 

Public Attributes

readonly string[] componentNames
 
readonly Type[] componentTypes
 
readonly string name
 

Detailed Description

Definition at line 30 of file ContextInfo.cs.

Constructor & Destructor Documentation

◆ ContextInfo()

JCMG.EntitasRedux.ContextInfo.ContextInfo ( string  name,
string[]  componentNames,
Type[]  componentTypes 
)

Definition at line 37 of file ContextInfo.cs.

Member Data Documentation

◆ componentNames

readonly string [] JCMG.EntitasRedux.ContextInfo.componentNames

Definition at line 32 of file ContextInfo.cs.

◆ componentTypes

readonly Type [] JCMG.EntitasRedux.ContextInfo.componentTypes

Definition at line 33 of file ContextInfo.cs.

◆ name

readonly string JCMG.EntitasRedux.ContextInfo.name

Definition at line 35 of file ContextInfo.cs.


The documentation for this class was generated from the following file: