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

SoundPlayback.MakeEventCommandExecMainSentence メソッド

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

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

パラメーター

resolver
型: WodiLib.Project.EventCommandSentenceResolver
名前解決クラスインスタンス
type
型: WodiLib.Project.EventCommandSentenceType
イベント種別
desc
型: WodiLib.Project.EventCommandSentenceResolveDesc
付加情報

戻り値

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