C# 클래스 UnityEngine.CharacterInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
index int
size int
style FontStyle

Private Properties

프로퍼티 타입 설명

프로퍼티 상세

index 공개적으로 프로퍼티

Unicode value of the character.

public int index
리턴 int

size 공개적으로 프로퍼티

The size of the character or 0 if it is the default font size.

public int size
리턴 int

style 공개적으로 프로퍼티

The style of the character.

public FontStyle style
리턴 FontStyle