Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetTrackerPosition(string, Vector3)

Sets the tracker position for this input. Only works for input typed Custom.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ClusterInputModule
Warning
Deprecated. This type is deprecated and will be removed in a future release.
public static void SetTrackerPosition(string name, Vector3 value)

Parameters

name

Name of input to modify.

value

Value to set.