On this pageUICursor.RectTransformpublic RectTransform RectTransform { get; }CopyDescription#Gets the pointer Rect TransformUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UICursor target) { RectTransform result = target.RectTransform; } }Copy