Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationPluginStatic

Operation Pluginの実装すべきstatic methodについての定義。

Hierarchy

  • OperationPluginStatic

Index

Constructors

Properties

Constructors

constructor

  • OperationPluginを生成する。

    Parameters

    • game: Game

      このプラグインに紐づく Game

    • viewInfo: OperationPluginViewInfo

      このプラグインが参照すべきviewの情報。環境によっては null でありうる。

    • Optional option: any

      game.jsonに指定されたこのプラグイン向けのオプション

    Returns OperationPlugin

Properties

isSupported

isSupported: function

実行環境がこのpluginをサポートしているか返す。

Type declaration

    • (): boolean
    • Returns boolean

Generated using TypeDoc