PilotGaea 2D O'view
    正在準備搜尋索引...

    類別 Event

    Type.

    Vector context.

    Frame state.

    Context.

    WebGL Context.

    層級 (查看層級一覽)

    索引

    屬性

    vectorContext: VectorContext

    For canvas, this is an instance of ol.render.canvas.Immediate.

    frameState: FrameState

    An object representing the current render frame state.

    context: CanvasRenderingContext2D

    Canvas context. Only available when a Canvas renderer is used, null otherwise.

    glContext: any

    WebGL context. Only available when a WebGL renderer is used, null otherwise.

    type: string

    The event type.

    stable

    target: Object

    The event target.

    stable

    方法

    • 函數

      Stop event propagation.

      回傳 void

      stable

    • 函數

      Stop event propagation.

      回傳 void

      stable

    構造函數

    • 參數

      • type: string

        Type.

      • 可選opt_vectorContext: VectorContext

        Vector context.

      • 可選opt_frameState: FrameState

        Frame state.

      • 可選opt_context: CanvasRenderingContext2D

        Context.

      • 可選opt_glContext: any

        WebGL Context.

      回傳 ol.render.Event