Method ReleaseInstance
ReleaseInstance(GameObject)
Release an instantiated object.
Declaration
public virtual void ReleaseInstance(GameObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | obj | The object to release. |
Release an instantiated object.
public virtual void ReleaseInstance(GameObject obj)
| Type | Name | Description |
|---|---|---|
| GameObject | obj | The object to release. |