GetVector2Int

GetVector2Int(string, Vector2Int)

public Vector2Int GetVector2Int(string name, Vector2Int defaultValue) ;

説明

Vector2Int型の値を取得する。

パラメーター

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

戻り値

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

GetVector2Int(string)

public Vector2Int GetVector2Int(string name) ;

説明

Vector2Int型の値を取得する。

パラメーター

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

戻り値

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

GetVector2Int(int, Vector2Int)

public Vector2Int GetVector2Int(int id, Vector2Int defaultValue) ;

説明

Vector2Int型の値を取得する。

パラメーター

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

戻り値

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

GetVector2Int(int)

public Vector2Int GetVector2Int(int id) ;

説明

Vector2Int型の値を取得する。

パラメーター

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

戻り値

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