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

MapEventPageBootInfoSetEventBootCondition メソッド

起動条件を設定する。

名前空間:  WodiLib.Map
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public void SetEventBootCondition(
	int index,
	MapEventBootCondition condition
)

パラメーター

index
型: SystemInt32
[Range(0, 3)] 条件インデックス
condition
型: WodiLib.MapMapEventBootCondition
条件
例外
例外条件
ArgumentOutOfRangeExceptionindexが 0~3 以外
ArgumentNullExceptionconditionがnull
関連項目