NovaECS - v1.0.11
    Preparing search index...

    Interface ComponentInfo

    Component information with type and size data 包含类型和大小数据的组件信息

    interface ComponentInfo {
        name: string;
        size: number;
        typeId: number;
    }
    Index

    Properties

    Properties

    name: string

    Component class name 组件类名

    size: number

    Number of entities with this component 拥有此组件的实体数量

    typeId: number

    Component type ID 组件类型ID