IMixedRealityFocusProvider.UIRaycastCamera Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Camera the EventSystem uses to raycast against.
public:
 property UnityEngine::Camera ^ UIRaycastCamera { UnityEngine::Camera ^ get(); };
	public UnityEngine.Camera UIRaycastCamera { get; }
	member this.UIRaycastCamera : UnityEngine.Camera
	Public ReadOnly Property UIRaycastCamera As Camera
	Property Value
		UnityEngine.Camera
		
	
	
	Remarks
Every uGUI canvas in your scene should use this camera as its event camera.