We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Attributes (markdown)
Add internal links to the list of attributes
Added EntityIndex first draft.
Added PrimaryEntityIndex first draft.
Latest version of Entitas renamed namespace `CodeGenerator` to `CodeGeneration`
changed "CustomPrefix" to "UniquePrefix" because it changed with commit: 1a827fd15d42d0efd1590a497a08ce7a2220e3b9 "Renamed CustomPrefixComponentDataProvider to UniquePrefixComponentDataProvider"
Example for `[Unique]` has old or incorrect `using` statement, was `using Entitas.CodeGenerator` should be `Entitas.CodeGenerator.Attributes`.
Renamed pool to context
Added note saying that attributes are mandatory for custom pools.
Polish.
Added SingleEntity section.
cosmetic.
Added PoolAttribute section.
Created new page explaining attributes. It's not complete yet.