TryGetVector2List
TryGetVector2List(string, out IList<Vector2>)
public bool TryGetVector2List(string name, out IList<Vector2> value) ;
説明
Vector2List型の値を取得する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| name | 名前。 |
| value | 取得する値。 |
戻り値
指定した名前のパラメータがあった場合にtrue。
TryGetVector2List(int, out IList<Vector2>)
public bool TryGetVector2List(int id, out IList<Vector2> value) ;
説明
Vector2List型の値を取得する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| id | ID。 |
| value | 取得する値。 |
戻り値
指定した名前のパラメータがあった場合にtrue。