TryGetVector2Int

TryGetVector2Int(string, out Vector2Int)

public bool TryGetVector2Int(string name, out Vector2Int value) ;

説明

Vector2Int型の値を取得する。

パラメーター

パラメーター名 説明
name 名前。
value 取得する値。

戻り値

指定した名前のパラメータがあった場合にtrue。

TryGetVector2Int(int, out Vector2Int)

public bool TryGetVector2Int(int id, out Vector2Int value) ;

説明

Vector2Int型の値を取得する。

パラメーター

パラメーター名 説明
id ID。
value 取得する値。

戻り値

指定した名前のパラメータがあった場合にtrue。