C# 클래스 SpriteFont, NOKIA3310JAM

상속: MonoBehaviour
파일 보기 프로젝트 열기: EFG-Game-Jams/NOKIA3310JAM 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
glyphs Sprite[],
material Material
translations Translation[]

공개 메소드들

메소드 설명
GetGlyph ( char character ) : Sprite,
GetMaxWidth ( ) : int

비공개 메소드들

메소드 설명
Build ( ) : void
OnValidate ( ) : void

메소드 상세

GetGlyph() 공개 메소드

public GetGlyph ( char character ) : Sprite,
character char
리턴 Sprite,

GetMaxWidth() 공개 메소드

public GetMaxWidth ( ) : int
리턴 int

프로퍼티 상세

glyphs 공개적으로 프로퍼티

public Sprite[], glyphs
리턴 Sprite[],

material 공개적으로 프로퍼티

public Material material
리턴 Material

translations 공개적으로 프로퍼티

public Translation[] translations
리턴 Translation[]