C# 클래스 tk2dFontChar, Malisse

파일 보기 프로젝트 열기: Collegiennes/Malisse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
advance float
flipped bool
gradientUv Vector2[]
p0 Vector3
uv0 Vector3

프로퍼티 상세

advance 공개적으로 프로퍼티

Spacing required for current character, mix with tk2dFontKerning to get true advance value
public float advance
리턴 float

flipped 공개적으로 프로퍼티

public bool flipped
리턴 bool

gradientUv 공개적으로 프로퍼티

Gradient Uvs for quad end points
public Vector2[] gradientUv
리턴 Vector2[]

p0 공개적으로 프로퍼티

End points forming a quad
public Vector3 p0
리턴 Vector3

uv0 공개적으로 프로퍼티

Uv for quad end points
public Vector3 uv0
리턴 Vector3