GetVector3IntList

GetVector3IntList(int)

public IList<Vector3Int> GetVector3IntList(int id) ;

説明

Vector3IntList型の値を取得する。

パラメーター

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

戻り値

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

GetVector3IntList(string)

public IList<Vector3Int> GetVector3IntList(string name) ;

説明

Vector3IntList型の値を取得する。

パラメーター

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

戻り値

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