Nova Editor - v1.0.0
    Preparing search index...

    Interface WorldState

    World state for NovaECS integration NovaECS集成的世界状态

    interface WorldState {
        entityHierarchy: EntityHierarchyNode[];
        instance: any;
        stats: {
            entityCount: number;
            fps: number;
            frameTime: number;
            systemCount: number;
        };
    }
    Index

    Properties

    entityHierarchy: EntityHierarchyNode[]

    Entity hierarchy for tree display | 用于树形显示的实体层次结构

    instance: any

    Current world instance | 当前世界实例

    stats: {
        entityCount: number;
        fps: number;
        frameTime: number;
        systemCount: number;
    }

    World update statistics | 世界更新统计