C# Class UnityPlatformer.InputMonitor

Display a line in the character position with the input (Axis)
Inheritance: Monitor
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Свойство Type Description
character Character
input PlatformerInput
length int

Méthodes publiques

Méthode Description
Update ( ) : void

On every update draw the line

Method Details

Update() public méthode

On every update draw the line
public Update ( ) : void
Résultat void

Property Details

character public_oe property

Character where display the line
public Character character
Résultat Character

input public_oe property

Input to listen
public PlatformerInput input
Résultat PlatformerInput

length public_oe property

Line length
public int length
Résultat int