C# 클래스 FairyGUI.GlyphInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
channel int
height float
uvBottomLeft UnityEngine.Vector2
uvBottomRight UnityEngine.Vector2
uvTopLeft UnityEngine.Vector2
uvTopRight UnityEngine.Vector2
vert UnityEngine.Rect
width float

프로퍼티 상세

channel 공개적으로 프로퍼티

public int channel
리턴 int

height 공개적으로 프로퍼티

public float height
리턴 float

uvBottomLeft 공개적으로 프로퍼티

public Vector2,UnityEngine uvBottomLeft
리턴 UnityEngine.Vector2

uvBottomRight 공개적으로 프로퍼티

public Vector2,UnityEngine uvBottomRight
리턴 UnityEngine.Vector2

uvTopLeft 공개적으로 프로퍼티

public Vector2,UnityEngine uvTopLeft
리턴 UnityEngine.Vector2

uvTopRight 공개적으로 프로퍼티

public Vector2,UnityEngine uvTopRight
리턴 UnityEngine.Vector2

vert 공개적으로 프로퍼티

public Rect,UnityEngine vert
리턴 UnityEngine.Rect

width 공개적으로 프로퍼티

public float width
리턴 float