NovaECS - v1.0.11
    Preparing search index...

    Interface Removed

    Event for component removal (existent → non-existent) 组件移除事件(存在→不存在)

    interface Removed {
        e: number;
        old?: unknown;
        typeId: number;
    }
    Index

    Properties

    Properties

    e: number

    Entity that lost the component 失去组件的实体

    old?: unknown

    Previous component value (optional) 之前的组件值(可选)

    typeId: number

    Component type ID 组件类型ID