Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
UnityPlatformer
InputMonitor
C# Class UnityPlatformer.InputMonitor
Display a line in the character position with the input (Axis)
Inheritance:
Monitor
显示文件
Open project: llafuente/unity-platformer
Public Properties
Property
Type
Description
character
Character
input
PlatformerInput
length
int
Public Methods
Method
Description
Update
( ) :
void
On every update draw the line
Method Details
Update()
public
method
On every update draw the line
public
Update
( ) :
void
return
void
Property Details
character
public_oe property
Character where display the line
public
Character
character
return
Character
input
public_oe property
Input to listen
public
PlatformerInput
input
return
PlatformerInput
length
public_oe property
Line length
public
int
length
return
int