C# Class UnityPlatformer.InputMonitor

Display a line in the character position with the input (Axis)
Inheritance: Monitor
Mostrar archivo 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