Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Public Member Functions | Public Attributes | List of all members
Entitas.CodeGenerator.ComponentInfo Class Reference

Public Member Functions

 ComponentInfo (string fullTypeName, List< PublicMemberInfo > memberInfos, string[] pools, bool isSingleEntity, string singleComponentPrefix, bool generateComponent, bool generateMethods, bool generateIndex, bool hideInBlueprintInspector)
 

Public Attributes

readonly string fullTypeName
 
readonly List< PublicMemberInfomemberInfos
 
readonly string [] pools
 
readonly bool isSingleEntity
 
readonly string singleComponentPrefix
 
readonly bool generateComponent
 
readonly bool generateMethods
 
readonly bool generateIndex
 
readonly bool hideInBlueprintInspector
 
readonly string typeName
 
readonly bool isSingletonComponent
 

Detailed Description

Definition at line 6 of file ComponentInfo.cs.


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