C# 클래스 FairyGUI.TextField.CharPosition

파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
charIndex short
lineIndex short
offsetX int
vertCount int

프로퍼티 상세

charIndex 공개적으로 프로퍼티

字符在所在行的索引
public short charIndex
리턴 short

lineIndex 공개적으로 프로퍼티

字符所在的行索引
public short lineIndex
리턴 short

offsetX 공개적으로 프로퍼티

字符的x偏移
public int offsetX
리턴 int

vertCount 공개적으로 프로퍼티

字符占用的顶点数量。如果小于0,用于表示一个图片。对应的图片索引为-vertCount-1
public int vertCount
리턴 int