C# Class FairyGUI.TextField.LineInfo

显示文件 Open project: fairygui/FairyGUI-unity

Public Properties

Property Type Description
height float
text string
textHeight float
width float
y float

Public Methods

Method Description
Borrow ( ) : LineInfo

Return ( LineInfo value ) : void

Return ( List values ) : void

Method Details

Borrow() public static method

public static Borrow ( ) : LineInfo
return LineInfo

Return() public static method

public static Return ( LineInfo value ) : void
value LineInfo
return void

Return() public static method

public static Return ( List values ) : void
values List
return void

Property Details

height public_oe property

public float height
return float

text public_oe property

public string text
return string

textHeight public_oe property

public float textHeight
return float

width public_oe property

public float width
return float

y public_oe property

public float y
return float