platformer
|
Display a line in the character position with the input (Axis) More...
Public Member Functions | |
void | Update () |
On every update draw the line More... | |
![]() | |
virtual void | OnGUI () |
Display text More... | |
Public Attributes | |
int | length = 2 |
Line length More... | |
PlatformerInput | input |
Input to listen More... | |
Character | character |
Character where display the line More... | |
![]() | |
Color | textColor = Color.white |
Text color More... | |
int | debugFontSize = 15 |
Font size More... | |
Vector2 | position = Vector2.zero |
Position in the screen in pixels More... | |
Additional Inherited Members | |
![]() | |
string | text |
Text to be displayed More... | |
GUIStyle | guiStyle = new GUIStyle() |
Computed style More... | |
Display a line in the character position with the input (Axis)
|
inline |
On every update draw the line
PlatformerInput UnityPlatformer.InputMonitor.input |
Input to listen
int UnityPlatformer.InputMonitor.length = 2 |
Line length