C# 클래스 Assets.Scripts.Scenes.Game.HealthPointSliderController

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: maximecharron/GLO-3002-Frima

공개 프로퍼티들

프로퍼티 타입 설명
HealthPointSlider Slider
HealthPointValue UnityEngine.UI.Text
SliderFill UnityEngine.UI.Image

공개 메소드들

메소드 설명
BossStatusUpdateEventHandler ( ) : void

비공개 메소드들

메소드 설명
GetHealthSliderColor ( float value ) : Color
OnDestroy ( ) : void
Start ( ) : void
UpdateBossStatusDisplayValues ( ) : void

메소드 상세

BossStatusUpdateEventHandler() 공개 메소드

public BossStatusUpdateEventHandler ( ) : void
리턴 void

프로퍼티 상세

HealthPointSlider 공개적으로 프로퍼티

public Slider HealthPointSlider
리턴 Slider

HealthPointValue 공개적으로 프로퍼티

public Text,UnityEngine.UI HealthPointValue
리턴 UnityEngine.UI.Text

SliderFill 공개적으로 프로퍼티

public Image,UnityEngine.UI SliderFill
리턴 UnityEngine.UI.Image