C# 클래스 StatusBar, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
alphaBlend bool
barColor int
bounds Rect
emptyColor int
emptyImageName string
emptyTexture Texture2D
imageAspect float
imageName string
scaleMode ScaleMode
showEmpty bool
statusID int
texture Texture2D
useImage bool

공개 메소드들

메소드 설명
AddBar ( Texture2D tex, int index, Vector2 pos ) : Texture2D
GetData ( Hashtable, ht ) : Hashtable,
GetEmptyImage ( ) : Texture2D
GetImage ( ) : Texture2D
SetData ( Hashtable ht ) : void
SetView ( Character c ) : void
ShowBar ( int index, Vector2 pos ) : void
StatusBar ( ) : System.Collections

메소드 상세

AddBar() 공개 메소드

public AddBar ( Texture2D tex, int index, Vector2 pos ) : Texture2D
tex UnityEngine.Texture2D
index int
pos Vector2
리턴 UnityEngine.Texture2D

GetData() 공개 메소드

public GetData ( Hashtable, ht ) : Hashtable,
ht Hashtable,
리턴 Hashtable,

GetEmptyImage() 공개 메소드

public GetEmptyImage ( ) : Texture2D
리턴 UnityEngine.Texture2D

GetImage() 공개 메소드

public GetImage ( ) : Texture2D
리턴 UnityEngine.Texture2D

SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void

SetView() 공개 메소드

public SetView ( Character c ) : void
c Character
리턴 void

ShowBar() 공개 메소드

public ShowBar ( int index, Vector2 pos ) : void
index int
pos Vector2
리턴 void

StatusBar() 공개 메소드

public StatusBar ( ) : System.Collections
리턴 System.Collections

프로퍼티 상세

alphaBlend 공개적으로 프로퍼티

public bool alphaBlend
리턴 bool

barColor 공개적으로 프로퍼티

public int barColor
리턴 int

bounds 공개적으로 프로퍼티

public Rect bounds
리턴 Rect

emptyColor 공개적으로 프로퍼티

public int emptyColor
리턴 int

emptyImageName 공개적으로 프로퍼티

public string emptyImageName
리턴 string

emptyTexture 공개적으로 프로퍼티

public Texture2D emptyTexture
리턴 Texture2D

imageAspect 공개적으로 프로퍼티

public float imageAspect
리턴 float

imageName 공개적으로 프로퍼티

public string imageName
리턴 string

scaleMode 공개적으로 프로퍼티

public ScaleMode scaleMode
리턴 ScaleMode

showEmpty 공개적으로 프로퍼티

public bool showEmpty
리턴 bool

statusID 공개적으로 프로퍼티

public int statusID
리턴 int

texture 공개적으로 프로퍼티

public Texture2D texture
리턴 Texture2D

useImage 공개적으로 프로퍼티

public bool useImage
리턴 bool