MCPcopy Create free account
hub / github.com/esengine/esengine / align

Method align

packages/fairygui/src/widgets/GLoader.ts:113–115  ·  view source on GitHub ↗

* Get/set horizontal alignment * 获取/设置水平对齐

()

Source from the content-addressed store, hash-verified

111 * 获取/设置水平对齐
112 */
113 public get align(): EAlignType {
114 return this._align;
115 }
116
117 public set align(value: EAlignType) {
118 if (this._align !== value) {

Callers

nothing calls this directly

Calls 1

updateLayoutMethod · 0.95

Tested by

no test coverage detected