NovaECS - v1.0.11
    Preparing search index...

    Function getCtorByTypeId

    • Get constructor by type ID (critical for bidirectional lookup) 通过ID取回构造函数(正反向查询关键)

      Type Parameters

      • T = unknown

      Parameters

      • id: number

      Returns undefined | ComponentCtor<T>