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
UnityPlatformer
InputMonitor
C# Class UnityPlatformer.InputMonitor
Display a line in the character position with the input (Axis)
Inheritance:
Monitor
Show file
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 property
Character where display the line
public
Character
character
return
Character
input
public property
Input to listen
public
PlatformerInput
input
return
PlatformerInput
length
public property
Line length
public
int
length
return
int