C# 클래스 ResourceBar, dreams

상속: MonoBehaviour
파일 보기 프로젝트 열기: mprofGamesDev-Dreams/dreams 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BarText Text
BarType ResourceType,
ScrollType ScrollDirection
barTransform UnityEngine.RectTransform
player GameObject
visualbar Image

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
MapHCValues ( float x, float inMin, float inMax, float outMin, float outMax ) : float
MapValues ( float x, float inMin, float inMax, float outMin, float outMax ) : float
h_handleResource ( ) : void
p_handleResource ( ) : void
pw_handleResource ( ) : void
s_handleResource ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

BarText 공개적으로 프로퍼티

public Text BarText
리턴 Text

BarType 공개적으로 프로퍼티

public ResourceType, BarType
리턴 ResourceType,

ScrollType 공개적으로 프로퍼티

public ScrollDirection ScrollType
리턴 ScrollDirection

barTransform 공개적으로 프로퍼티

public RectTransform,UnityEngine barTransform
리턴 UnityEngine.RectTransform

player 공개적으로 프로퍼티

public GameObject player
리턴 GameObject

visualbar 공개적으로 프로퍼티

public Image visualbar
리턴 Image