Method | Description | |
---|---|---|
IronPythonUpdateProcessor ( IScriptApi api, IScriptUpdateSetting setting, PythonDictionary dictionary ) : System |
APIの設定を用いてインスタンスを初期化します。
|
|
Update ( ) : void |
毎回のアップデートで呼び出される関数
|
public IronPythonUpdateProcessor ( IScriptApi api, IScriptUpdateSetting setting, PythonDictionary dictionary ) : System | ||
api | IScriptApi | IronPython用APIの何らかの実装 |
setting | IScriptUpdateSetting | 更新処理の設定 |
dictionary | PythonDictionary | キャラに対応するグローバル変数用にディクショナリ |
return | System |