Method IsLightEnabled
IsLightEnabled(GameObject)
Whether a light should be rendered.
Declaration
public bool IsLightEnabled(GameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
GameObject | gameObject | The game object of the light to be rendered. |
Returns
Type | Description |
---|---|
bool |
|