C# Class UnityEngine.UICharInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
charWidth float
cursorPos Vector2

Property Details

charWidth public_oe property

Character width.

public float charWidth
Résultat float

cursorPos public_oe property

Position of the character cursor in local (text generated) space.

public Vector2 cursorPos
Résultat Vector2