Version: 2021.3
언어: 한국어

Cursor.SetCustomCursor

매뉴얼로 전환
public static void SetCustomCursor (uint id);

파라미터

id The cursor resource id.

설명

Set a custom cursor.

This creates new CoreCursor(CoreCursorType::Custom, id) and assigns it to CoreIndependentInputSource.PointerCursor if independent input source is enabled, otherwise it's assigned to CoreWindow.PointerCursor. The resource id for cursor is created inside Win32 .RC file. Note: Passing 0 will reset cursor to the arrow icon.