GetVector2IntList

GetVector2IntList(int)

public IList<Vector2Int> GetVector2IntList(int id) ;

説明

Vector2IntList型の値を取得する。

パラメーター

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

戻り値

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

GetVector2IntList(string)

public IList<Vector2Int> GetVector2IntList(string name) ;

説明

Vector2IntList型の値を取得する。

パラメーター

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

戻り値

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