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

SetTrackerRotation() 공개 정적인 메소드

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

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