UnityEngine.ClusterInput.SetTrackerPosition C# (CSharp) 메소드

SetTrackerPosition() 공개 정적인 메소드

Sets the tracker position for this input. Only works for input typed Custom.

public static SetTrackerPosition ( string name, Vector3 value ) : void
name string Name of input to modify.
value Vector3 Value to set.
리턴 void
        public static void SetTrackerPosition(string name, Vector3 value)
        {
            INTERNAL_CALL_SetTrackerPosition(name, ref value);
        }