NovaECS - v1.0.11
    Preparing search index...

    Interface SystemContext

    System execution context 系统执行上下文

    interface SystemContext {
        commandBuffer: CommandBuffer;
        deltaTime: number;
        frame: number;
        world: World;
    }
    Index

    Properties

    commandBuffer: CommandBuffer
    deltaTime: number
    frame: number
    world: World