Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ scrollTop
Method
scrollTop
packages/fairygui/src/scroll/ScrollPane.ts:329–331 ·
view source on GitHub ↗
* Scroll to top * 滚动到顶部
(bAnimate?: boolean)
Source
from the content-addressed store, hash-verified
327
* 滚动到顶部
328
*/
329
public scrollTop(bAnimate?: boolean): void {
330
this.setPercY(0, bAnimate ?? false);
331
}
332
333
/**
334
* Scroll to bottom
Callers
nothing calls this directly
Calls
1
setPercY
Method · 0.95
Tested by
no test coverage detected