Version: 2020.1
言語: 日本語

PointerCaptureHelper

class in UnityEngine.UIElements

マニュアルに切り替える

説明

A static class to capture and release pointers.

Static 関数

CapturePointerCaptures the pointer.
GetCapturingElementReturns the element that is capturing the pointer.
HasPointerCaptureTests whether the element has captured the pointer.
ReleasePointerTests whether an element captured a pointer and, if so, tells the element to release the pointer.