Method Get
Get(string)
Retrieves the GameObject bound to a specific key.
Declaration
public static Object Get(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The GameObject referenced by the key. |
Returns
| Type | Description |
|---|---|
| Object | The reference associated with the key. |