C# 클래스 FairyGUI.TextField.LineInfo

파일 보기 프로젝트 열기: fairygui/FairyGUI-unity

공개 프로퍼티들

프로퍼티 타입 설명
height float
text string
textHeight float
width float
y float

공개 메소드들

메소드 설명
Borrow ( ) : LineInfo

Return ( LineInfo value ) : void

Return ( List values ) : void

메소드 상세

Borrow() 공개 정적인 메소드

public static Borrow ( ) : LineInfo
리턴 LineInfo

Return() 공개 정적인 메소드

public static Return ( LineInfo value ) : void
value LineInfo
리턴 void

Return() 공개 정적인 메소드

public static Return ( List values ) : void
values List
리턴 void

프로퍼티 상세

height 공개적으로 프로퍼티

public float height
리턴 float

text 공개적으로 프로퍼티

public string text
리턴 string

textHeight 공개적으로 프로퍼티

public float textHeight
리턴 float

width 공개적으로 프로퍼티

public float width
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float