C# 클래스 Sol.Hud

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
healthBar Slider
player PlayerStats
root UnityEngine.GameObject
roverComponents List
showComponentFade float
showComponentWait float

공개 메소드들

메소드 설명
Close ( ) : void
Open ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

프로퍼티 상세

healthBar 공개적으로 프로퍼티

public Slider healthBar
리턴 Slider

player 공개적으로 프로퍼티

public PlayerStats,Sol player
리턴 PlayerStats

root 공개적으로 프로퍼티

public GameObject,UnityEngine root
리턴 UnityEngine.GameObject

roverComponents 공개적으로 프로퍼티

public List roverComponents
리턴 List

showComponentFade 공개적으로 프로퍼티

public float showComponentFade
리턴 float

showComponentWait 공개적으로 프로퍼티

public float showComponentWait
리턴 float