C# 클래스 UnityPlatformer.InputMonitor

Display a line in the character position with the input (Axis)
상속: Monitor
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 프로퍼티들

프로퍼티 타입 설명
character Character
input PlatformerInput
length int

공개 메소드들

메소드 설명
Update ( ) : void

On every update draw the line

메소드 상세

Update() 공개 메소드

On every update draw the line
public Update ( ) : void
리턴 void

프로퍼티 상세

character 공개적으로 프로퍼티

Character where display the line
public Character character
리턴 Character

input 공개적으로 프로퍼티

Input to listen
public PlatformerInput input
리턴 PlatformerInput

length 공개적으로 프로퍼티

Line length
public int length
리턴 int