C# Class FairyGUI.TextField.LineInfo

Show file 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 property

public float height
return float

text public property

public string text
return string

textHeight public property

public float textHeight
return float

width public property

public float width
return float

y public property

public float y
return float