Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ setX
Method
setX
code/main/RenderTag.ts:31–34 ·
view source on GitHub ↗
(x: number)
Source
from the content-addressed store, hash-verified
29
30
// Public setters
31
public setX(x: number): RenderTag{
32
this.x = x;
33
return
this;
34
}
35
}
Callers
1
drawArea
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected