Method Set
Set(string, Object)
Creates a key-value pair in the Binding manager to reference a GameObject.
Declaration
public static void Set(string id, Object obj)
Parameters
Type | Name | Description |
---|---|---|
string | id | The reference key. |
Object | obj | The referenced GameObject. |