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

Method max

packages/fairygui/src/widgets/GSlider.ts:92–94  ·  view source on GitHub ↗

* Get/set maximum value * 获取/设置最大值

()

Source from the content-addressed store, hash-verified

90 * 获取/设置最大值
91 */
92 public get max(): number {
93 return this._max;
94 }
95
96 public set max(value: number) {
97 if (this._max !== value) {

Callers 15

intersectionMethod · 0.45
unionMethod · 0.45
loadFontMethod · 0.45
fillAmountMethod · 0.45
advanceMethod · 0.45
updateMethod · 0.45
addChildAtFunction · 0.45
setChildIndexFunction · 0.45
updateScaleMethod · 0.45
renderPolygonMethod · 0.45
expandScale9GridMethod · 0.45
intersectRectsMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected