GazeProvider.SetGazeCursor(GameObject) 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.
Set the gaze cursor.
public:
void SetGazeCursor(UnityEngine::GameObject ^ cursor);
public void SetGazeCursor (UnityEngine.GameObject cursor);
member this.SetGazeCursor : UnityEngine.GameObject -> unit
Public Sub SetGazeCursor (cursor As GameObject)
Parameters
- cursor
- UnityEngine.GameObject