INTERNAL_CALL_SetTrackerPosition() 개인적인 메소드

private INTERNAL_CALL_SetTrackerPosition ( string name, Vector3 &value ) : void
name string
value Vector3
리턴 void
예제 #1
0
 /// <summary>
 ///   <para>Sets the tracker position for this input. Only works for input typed Custom.</para>
 /// </summary>
 /// <param name="name">Name of input to modify.</param>
 /// <param name="value">Value to set.</param>
 public static void SetTrackerPosition(string name, Vector3 value)
 {
     ClusterInput.INTERNAL_CALL_SetTrackerPosition(name, ref value);
 }