C# 클래스 CharacterStatusGui, 006762

상속: MonoBehaviour
파일 보기 프로젝트 열기: gilbutITbook/006762 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
backLifeBarTexture Texture
frontLifeBarTexture Texture
nameLabelStyle GUIStyle

공개 메소드들

메소드 설명
Awake ( ) : void
DrawCharacterStatus ( float x, float y, CharacterStatus, status, Rect bar_rect, Color front_color ) : void
DrawEnemyStatus ( ) : void
DrawPlayerStatus ( ) : void
OnGUI ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

DrawCharacterStatus() 공개 메소드

public DrawCharacterStatus ( float x, float y, CharacterStatus, status, Rect bar_rect, Color front_color ) : void
x float
y float
status CharacterStatus,
bar_rect Rect
front_color Color
리턴 void

DrawEnemyStatus() 공개 메소드

public DrawEnemyStatus ( ) : void
리턴 void

DrawPlayerStatus() 공개 메소드

public DrawPlayerStatus ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

backLifeBarTexture 공개적으로 프로퍼티

public Texture backLifeBarTexture
리턴 Texture

frontLifeBarTexture 공개적으로 프로퍼티

public Texture frontLifeBarTexture
리턴 Texture

nameLabelStyle 공개적으로 프로퍼티

public GUIStyle nameLabelStyle
리턴 GUIStyle