MCPcopy 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

drawAreaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected