Method RemoveHDLight
RemoveHDLight(GameObject)
Remove the HD Light components from a GameObject.
Declaration
public static void RemoveHDLight(this GameObject gameObject)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | gameObject | The GameObject on which the light is going to be removed |