Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
hyades
InputDevice
C# 클래스 hyades.InputDevice
파일 보기
프로젝트 열기: zfedoran/bubblebound
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
LeftThumbStick
Vector2
LeftTrigger
float
RightThumbStick
Vector2
RightTrigger
float
공개 메소드들
메소드
설명
IsDown
(
Buttons
button
) :
bool
IsPressed
(
Buttons
button
) :
bool
IsUp
(
Buttons
button
) :
bool
Update
( ) :
void
메소드 상세
IsDown()
공개
추상적인
메소드
public
abstract
IsDown
(
Buttons
button
) :
bool
button
Buttons
리턴
bool
IsPressed()
공개
추상적인
메소드
public
abstract
IsPressed
(
Buttons
button
) :
bool
button
Buttons
리턴
bool
IsUp()
공개
추상적인
메소드
public
abstract
IsUp
(
Buttons
button
) :
bool
button
Buttons
리턴
bool
Update()
공개
추상적인
메소드
public
abstract
Update
( ) :
void
리턴
void
프로퍼티 상세
LeftThumbStick
공개적으로 프로퍼티
public
Vector2
LeftThumbStick
리턴
Vector2
LeftTrigger
공개적으로 프로퍼티
public
float
LeftTrigger
리턴
float
RightThumbStick
공개적으로 프로퍼티
public
Vector2
RightThumbStick
리턴
Vector2
RightTrigger
공개적으로 프로퍼티
public
float
RightTrigger
리턴
float