C# Class UnityEngine.UICharInfo

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
charWidth float
cursorPos Vector2

Property Details

charWidth public property

Character width.

public float charWidth
return float

cursorPos public property

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

public Vector2 cursorPos
return Vector2