Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
InputManager.InputInfo
C# 클래스 InputManager.InputInfo, unity-kit
파일 보기
프로젝트 열기: johnsietsma/unity-kit
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
cam
Camera
hit
Transform
pos
Vector2
receiver
Transform
time
float
공개 메소드들
메소드
설명
Reset
( ) :
void
ToString
( ) :
string
메소드 상세
Reset()
공개
메소드
public
Reset
( ) :
void
리턴
void
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string
프로퍼티 상세
cam
공개적으로 프로퍼티
public
Camera
cam
리턴
Camera
hit
공개적으로 프로퍼티
public
Transform
hit
리턴
Transform
pos
공개적으로 프로퍼티
public
Vector2
pos
리턴
Vector2
receiver
공개적으로 프로퍼티
public
Transform
receiver
리턴
Transform
time
공개적으로 프로퍼티
public
float
time
리턴
float