Add documentation

This commit is contained in:
Christian Treffs 2019-10-01 07:12:09 +02:00
parent 1d261474b9
commit bc7c00f2a8
1 changed files with 2 additions and 0 deletions

View File

@ -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<EntityIdentifier>]
/// - Key: A parent entity id.
/// - Value: Adjacency Set of all associated children.
@usableFromInline final var parentChildrenMap: [EntityIdentifier: Set<EntityIdentifier>]
public init() {