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

CharaEffectTypeGetEventCommandSentence メソッド

イベントコマンド文文字列を取得する。

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public string GetEventCommandSentence(
	EventCommandSentenceResolver resolver,
	EventCommandSentenceType type,
	EventCommandSentenceResolveDesc desc,
	MapCharacterId characterId,
	int numArg1,
	int numArg2,
	int numArg3,
	int processTime
)

パラメーター

resolver
型: WodiLib.ProjectEventCommandSentenceResolver
名前解決クラスインスタンス
type
型: WodiLib.ProjectEventCommandSentenceType
イベント種別
desc
型: WodiLib.ProjectEventCommandSentenceResolveDesc
付加情報
characterId
型: WodiLib.MapMapCharacterId
キャラクターID
numArg1
型: SystemInt32
引数1(R値またはXシェイク値)
numArg2
型: SystemInt32
引数2(G値またはYシェイク値)
numArg3
型: SystemInt32
引数3(B値または回数)
processTime
型: SystemInt32
フレーム数

戻り値

型: String
イベントコマンド文字列
関連項目