SetGameObjectList

SetGameObjectList(string, IList<GameObject>)

public bool SetGameObjectList(string name, IList<GameObject> value) ;

説明

GameObjectList型の値を設定する。

パラメーター

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

戻り値

指定した名前のパラメータがあった場合にtrue。

SetGameObjectList(int, IList<GameObject>)

public bool SetGameObjectList(int id, IList<GameObject> value) ;

説明

GameObjectList型の値を設定する。

パラメーター

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

戻り値

指定した名前のパラメータがあった場合にtrue。