Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
intersection
Method · 0.45
union
Method · 0.45
loadFont
Method · 0.45
fillAmount
Method · 0.45
advance
Method · 0.45
update
Method · 0.45
addChildAt
Function · 0.45
setChildIndex
Function · 0.45
updateScale
Method · 0.45
renderPolygon
Method · 0.45
expandScale9Grid
Method · 0.45
intersectRects
Method · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected