TryGetVector3Int

TryGetVector3Int(string, out Vector3Int)

public bool TryGetVector3Int(string name, out Vector3Int value) ;

説明

Vector3Int型の値を取得する。

パラメーター

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

戻り値

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

TryGetVector3Int(int, out Vector3Int)

public bool TryGetVector3Int(int id, out Vector3Int value) ;

説明

Vector3Int型の値を取得する。

パラメーター

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

戻り値

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