![]() |
Entitas
0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
|
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< PublicMemberInfo > | memberInfos |
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 |
Definition at line 6 of file ComponentInfo.cs.