GetVector3Int

GetVector3Int(string, Vector3Int)

public Vector3Int GetVector3Int(string name, Vector3Int defaultValue) ;

説明

Vector3Int型の値を取得する。

パラメーター

パラメーター名 説明
name 名前。
defaultValue デフォルトの値。パラメータがない場合に返される。

戻り値

パラメータの値。パラメータがない場合はdefaultValueを返す。

GetVector3Int(string)

public Vector3Int GetVector3Int(string name) ;

説明

Vector3Int型の値を取得する。

パラメーター

パラメーター名 説明
name 名前。

戻り値

パラメータの値。パラメータがない場合はVector3Int.zeroを返す。

GetVector3Int(int, Vector3Int)

public Vector3Int GetVector3Int(int id, Vector3Int defaultValue) ;

説明

Vector3Int型の値を取得する。

パラメーター

パラメーター名 説明
id ID。
defaultValue デフォルトの値。パラメータがない場合に返される。

戻り値

パラメータの値。パラメータがない場合はdefaultValueを返す。

GetVector3Int(int)

public Vector3Int GetVector3Int(int id) ;

説明

Vector3Int型の値を取得する。

パラメーター

パラメーター名 説明
id ID。

戻り値

パラメータの値。パラメータがない場合はVector3Int.zeroを返す。