GetGameObjectList

GetGameObjectList(int)

public IList<GameObject> GetGameObjectList(int id) ;

説明

GameObjectList型の値を取得する。

パラメーター

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

戻り値

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

GetGameObjectList(string)

public IList<GameObject> GetGameObjectList(string name) ;

説明

GameObjectList型の値を取得する。

パラメーター

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

戻り値

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