Method IsHDLight
IsHDLight(Light)
Check if the provided light is compatible with High-Definition Render Pipeline
선언
public static bool IsHDLight(Light light)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Light | light | The Light to check |
반환
타입 | 설명 |
---|---|
bool | True if it is compatible, false otherwise |