C# 클래스 exBitmapFont.CharInfo, ex2d-v1

파일 보기 프로젝트 열기: exdev/ex2d-v1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
height int
id int
page int
uv0 Vector2
width int
x int
xadvance int
xoffset int
y int
yoffset int

공개 메소드들

메소드 설명
CharInfo ( ) : System.Collections
CharInfo ( CharInfo, _c ) : System.Collections

메소드 상세

CharInfo() 공개 메소드

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

CharInfo() 공개 메소드

public CharInfo ( CharInfo, _c ) : System.Collections
_c CharInfo,
리턴 System.Collections

프로퍼티 상세

height 공개적으로 프로퍼티

public int height
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

page 공개적으로 프로퍼티

public int page
리턴 int

uv0 공개적으로 프로퍼티

public Vector2 uv0
리턴 Vector2

width 공개적으로 프로퍼티

public int width
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int

xadvance 공개적으로 프로퍼티

public int xadvance
리턴 int

xoffset 공개적으로 프로퍼티

public int xoffset
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int

yoffset 공개적으로 프로퍼티

public int yoffset
리턴 int