SetGameObjectList
SetGameObjectList(string, IList<GameObject>)
public bool SetGameObjectList(string name, IList<GameObject> value) ;
Description
It wants to set the value of the GameObjectList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
SetGameObjectList(int, IList<GameObject>)
public bool SetGameObjectList(int id, IList<GameObject> value) ;
Description
It wants to set the value of the GameObjectList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.