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