UwpAppxBuildTools.AddGazeInputCapability(XElement) Method
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.
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.