C# 클래스 Harriet.Models.Scripting.IronPythonUpdateProcessor

파일 보기 프로젝트 열기: malaybaku/harriet 1 사용 예제들

공개 메소드들

메소드 설명
IronPythonUpdateProcessor ( IScriptApi api, IScriptUpdateSetting setting, PythonDictionary dictionary ) : System

APIの設定を用いてインスタンスを初期化します。

Update ( ) : void

毎回のアップデートで呼び出される関数

메소드 상세

IronPythonUpdateProcessor() 공개 메소드

APIの設定を用いてインスタンスを初期化します。
public IronPythonUpdateProcessor ( IScriptApi api, IScriptUpdateSetting setting, PythonDictionary dictionary ) : System
api IScriptApi IronPython用APIの何らかの実装
setting IScriptUpdateSetting 更新処理の設定
dictionary PythonDictionary キャラに対応するグローバル変数用にディクショナリ
리턴 System

Update() 공개 메소드

毎回のアップデートで呼び出される関数
public Update ( ) : void
리턴 void