C# 클래스 SampleBitmapFontText, unity-bitmapfontrenderer

상속: MonoBehaviour
파일 보기 프로젝트 열기: gree/unity-bitmapfontrenderer

공개 프로퍼티들

프로퍼티 타입 설명
align BitmapFont.Renderer.Align
color Color
font string
size int
text string
width int

공개 메소드들

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

메소드 상세

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

align 공개적으로 프로퍼티

public BitmapFont.Renderer.Align align
리턴 BitmapFont.Renderer.Align

color 공개적으로 프로퍼티

public Color color
리턴 Color

font 공개적으로 프로퍼티

public string font
리턴 string

size 공개적으로 프로퍼티

public int size
리턴 int

text 공개적으로 프로퍼티

public string text
리턴 string

width 공개적으로 프로퍼티

public int width
리턴 int