UwpAppxBuildTools.AddGazeInputCapability(XElement) Method

Definition

Adds the 'Gaze Input' capability to the manifest.

public:
 static void AddGazeInputCapability(System::Xml::Linq::XElement ^ rootNode);
public static void AddGazeInputCapability (System.Xml.Linq.XElement rootNode);
static member AddGazeInputCapability : System.Xml.Linq.XElement -> unit
Public Shared Sub AddGazeInputCapability (rootNode As XElement)

Parameters

rootNode
XElement

Remarks

This is a workaround for versions of Unity which don't have native support for the 'Gaze Input' capability in its Player Settings preference location. Note that this function is only public to poke a hole for testing - do not take a dependency on this function.

Applies to