C# Class FairyGUI.TextField.LineInfo

Afficher le fichier Open project: fairygui/FairyGUI-unity

Méthodes publiques

Свойство Type Description
height float
text string
textHeight float
width float
y float

Méthodes publiques

Méthode Description
Borrow ( ) : LineInfo

Return ( LineInfo value ) : void

Return ( List values ) : void

Method Details

Borrow() public static méthode

public static Borrow ( ) : LineInfo
Résultat LineInfo

Return() public static méthode

public static Return ( LineInfo value ) : void
value LineInfo
Résultat void

Return() public static méthode

public static Return ( List values ) : void
values List
Résultat void

Property Details

height public_oe property

public float height
Résultat float

text public_oe property

public string text
Résultat string

textHeight public_oe property

public float textHeight
Résultat float

width public_oe property

public float width
Résultat float

y public_oe property

public float y
Résultat float