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