diff --git a/Sources/FirebladeECS/Nexus.swift b/Sources/FirebladeECS/Nexus.swift index e05237e..fe7d354 100644 --- a/Sources/FirebladeECS/Nexus.swift +++ b/Sources/FirebladeECS/Nexus.swift @@ -29,6 +29,8 @@ public final class Nexus { /// - Value: Tightly packed EntityIdentifiers that represent the association of an entity to the family. @usableFromInline final var familyMembersByTraits: [FamilyTraitSet: UnorderedSparseSet] + /// - Key: A parent entity id. + /// - Value: Adjacency Set of all associated children. @usableFromInline final var parentChildrenMap: [EntityIdentifier: Set] public init() {