GetChannelNamesAt
Declaration
public List<string> GetChannelNamesAt(int viewportX, int viewportY, Nullable<XRCameraParams> cameraParams = null)
Parameters
| Name | Type | Summary |
|---|---|---|
| viewportX | int | Horizontal coordinate in viewport space. |
| viewportY | int | Vertical coordinate in viewport space. |
| cameraParams | Nullable<XRCameraParams> | Params of the viewport to sample with. Defaults to current screen dimensions if null. |