Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
InputManager.InputInfo
C# Class InputManager.InputInfo, unity-kit
Show file
Open project: johnsietsma/unity-kit
Class Usage Examples
Public Properties
Property
Type
Description
cam
Camera
hit
Transform
pos
Vector2
receiver
Transform
time
float
Public Methods
Method
Description
Reset
( ) :
void
ToString
( ) :
string
Method Details
Reset()
public
method
public
Reset
( ) :
void
return
void
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
cam
public property
public
Camera
cam
return
Camera
hit
public property
public
Transform
hit
return
Transform
pos
public property
public
Vector2
pos
return
Vector2
receiver
public property
public
Transform
receiver
return
Transform
time
public property
public
float
time
return
float