C# 클래스 UnityEngine.UICharInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
charWidth float
cursorPos Vector2

프로퍼티 상세

charWidth 공개적으로 프로퍼티

Character width.

public float charWidth
리턴 float

cursorPos 공개적으로 프로퍼티

Position of the character cursor in local (text generated) space.

public Vector2 cursorPos
리턴 Vector2