Version: 2020.3
언어: 한국어
public static void CapturePointer (UIElements.IEventHandler handler, int pointerId);

파라미터

handler The VisualElement that captures the pointer.
pointerId The pointer to capture.

설명

Captures the pointer.

When a VisualElement captures a pointer, all pointer events are sent to the element, regardless of which element is under the pointer.