NovaECS - v1.0.11
    Preparing search index...

    Interface SystemConflict

    Conflict descriptor 冲突描述符

    interface SystemConflict {
        description?: string;
        systemA: SystemHandle;
        systemB: SystemHandle;
        target: string | number | symbol;
        type: ConflictType;
    }
    Index

    Properties

    description?: string

    Additional description 附加描述

    systemA: SystemHandle

    First system involved in conflict 冲突中涉及的第一个系统

    systemB: SystemHandle

    Second system involved in conflict 冲突中涉及的第二个系统

    target: string | number | symbol

    Component or resource causing conflict 导致冲突的组件或资源

    Type of conflict 冲突类型