Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ reset
Method
reset
packages/tilemap-editor/src/tools/SelectTool.ts:87–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
private reset(): void {
88
this._isSelecting = false;
89
this._startX = -1;
90
this._startY = -1;
91
this._currentX = -1;
92
this._currentY = -1;
93
}
94
}
Callers
1
onMouseUp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected