MCPcopy
hub / github.com/cpaczek/skylight / getState

Method getState

tracker/src/loop.ts:1168–1170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1166 }
1167
1168 getState(): TrackerState | null {
1169 return this.lastState;
1170 }
1171
1172 /** Where the camera is actually looking in the world (for the UI overlay). */
1173 cameraWorldAim(): AzEl | null {

Callers 3

constructorMethod · 0.80
onConnectMethod · 0.80
broadcastStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected