Method IsHDLight
IsHDLight(Light)
Check if the provided light is compatible with High-Definition Render Pipeline
Declaration
public static bool IsHDLight(Light light)
Parameters
Type | Name | Description |
---|---|---|
Light | light | The Light to check |
Returns
Type | Description |
---|---|
bool | True if it is compatible, false otherwise |