detectAnchorAxes
此内容尚不支持你的语言。
detectAnchorAxes(
node):object
Defined in: ui/layout/anchor.ts:129
Per-axis classification of a UINode’s box: each axis resolves independently to its AnchorAxis, or null when that axis isn’t a clean preset — so a box with one hand-tuned axis still reads (and can keep) the other.
Parameters
Section titled “Parameters”UINodeData
Returns
Section titled “Returns”object
h:
AnchorAxis|null
v:
AnchorAxis|null