Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Shortcut
HotkeyCallback
C# 클래스 Shortcut.HotkeyCallback
Represents a callback for a
Hotkey
binding.
파일 보기
프로젝트 열기: AlexArchive/Shortcut
1 사용 예제들
공개 메소드들
메소드
설명
To
(
System.Action
callback
) :
void
Indicates that the
Hotkey
should be bound to the specified
callback
.
비공개 메소드들
메소드
설명
Invoke
( ) :
void
메소드 상세
To()
공개
메소드
Indicates that the
Hotkey
should be bound to the specified
callback
.
public
To
(
System.Action
callback
) :
void
callback
System.Action
리턴
void