TryGetGameObjectList
TryGetGameObjectList(string, out IList<GameObject>)
Description
Get the value of the GameObjectList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
TryGetGameObjectList(int, out IList<GameObject>)
Description
Get the value of the GameObjectList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.