C# 클래스 HudParentComponent, nightmare_cooperative

상속: MonoBehaviour
파일 보기 프로젝트 열기: jonbro/nightmare_cooperative

공개 프로퍼티들

프로퍼티 타입 설명
characters List
hud GameObject
levelDisplay UnityEngine.TextMesh

공개 메소드들

메소드 설명
GetSprite ( string spriteName ) : Sprite
Start ( ) : void
Update ( ) : void

메소드 상세

GetSprite() 공개 메소드

public GetSprite ( string spriteName ) : Sprite
spriteName string
리턴 Sprite

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

characters 공개적으로 프로퍼티

public List characters
리턴 List

hud 공개적으로 프로퍼티

public GameObject hud
리턴 GameObject

levelDisplay 공개적으로 프로퍼티

public TextMesh,UnityEngine levelDisplay
리턴 UnityEngine.TextMesh