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

Method verticalAlign

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

* Get/set vertical alignment * 获取/设置垂直对齐

()

Source from the content-addressed store, hash-verified

126 * 获取/设置垂直对齐
127 */
128 public get verticalAlign(): EVertAlignType {
129 return this._valign;
130 }
131
132 public set verticalAlign(value: EVertAlignType) {
133 if (this._valign !== value) {

Callers

nothing calls this directly

Calls 1

updateLayoutMethod · 0.95

Tested by

no test coverage detected