platformer
Public Member Functions | Public Attributes | List of all members
UnityPlatformer.InputMonitor Class Reference

Display a line in the character position with the input (Axis) More...

Inheritance diagram for UnityPlatformer.InputMonitor:
UnityPlatformer.Monitor

Public Member Functions

void Update ()
 On every update draw the line More...
 
- Public Member Functions inherited from UnityPlatformer.Monitor
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...
 
- Public Attributes inherited from UnityPlatformer.Monitor
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

- Protected Attributes inherited from UnityPlatformer.Monitor
string text
 Text to be displayed More...
 
GUIStyle guiStyle = new GUIStyle()
 Computed style More...
 

Detailed Description

Display a line in the character position with the input (Axis)

Member Function Documentation

◆ Update()

void UnityPlatformer.InputMonitor.Update ( )
inline

On every update draw the line

Member Data Documentation

◆ character

Character UnityPlatformer.InputMonitor.character

Character where display the line

◆ input

PlatformerInput UnityPlatformer.InputMonitor.input

Input to listen

◆ length

int UnityPlatformer.InputMonitor.length = 2

Line length


The documentation for this class was generated from the following file: