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

EventCommandSentenceResolveDescStartBranch メソッド

分岐情報をセットする。

名前空間:  WodiLib.Project
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public void StartBranch(
	BranchType type,
	List<string> cases
)

パラメーター

type
型: WodiLib.Event.EventCommandBranchType
分岐種別
cases
型: System.Collections.GenericListString
分岐リスト
例外
例外条件
ArgumentNullException type, cases が null の場合、 または cases に null 要素が含まれる場合
解説
イベントコマンド文字列取得処理中に分岐開始のイベントコマンド中でセットされる。
関連項目