NovaECS - v1.0.11
    Preparing search index...

    Class SparseSetStore<T>

    Sparse-Set component store with O(1) operations and change tracking 支持O(1)操作和变更追踪的稀疏集组件存储

    Type Parameters

    • T

    Implements

    Index

    Constructors

    Methods

    • Iterate over all components 遍历所有组件

      Parameters

      • callback: (entity: number, value: T) => void

      Returns void