リサイズはクリックかドラッグ

PartyGraphicReplaceMakeEventCommandExecSentence メソッド

イベントコマンド文字列の処理内容部分を生成する。

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
protected override string MakeEventCommandExecSentence(
	EventCommandSentenceResolver resolver,
	EventCommandSentenceType type,
	EventCommandSentenceResolveDesc desc
)

パラメーター

resolver
型: WodiLib.ProjectEventCommandSentenceResolver
名前解決クラスインスタンス
type
型: WodiLib.ProjectEventCommandSentenceType
イベント種別
desc
型: WodiLib.ProjectEventCommandSentenceResolveDesc
付加情報

戻り値

型: String
イベントコマンド文字列の処理内容部分
関連項目