Back to API Reference
Struct

UniTextBase.CachedTransformData

sealed

Snapshot of main-thread state captured before parallel processing — Unity APIs (rect, etc.) cannot be touched from worker threads.

public string name

Component name for worker-safe diagnostics. Captured on the first rebuild in players; always fresh in the editor.

public RectTransform rectTransform
public Rect rect

The padded inner rect (GetPaddedRect) snapshotted on the main thread.

public float visibleYMin

Local-space visible band from VisibleWindow, padded with the culling hysteresis margin; ±infinity when culling is off.

public float visibleYMax

Local-space visible band from VisibleWindow, padded with the culling hysteresis margin; ±infinity when culling is off.