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