MCPcopy
hub / github.com/CesiumGS/cesium / object

Method object

packages/engine/Source/Renderer/PickId.js:29–31  ·  view source on GitHub ↗

@type {object}

()

Source from the content-addressed store, hash-verified

27
28 /** @type {object} */
29 get object() {
30 return this._pickObjects.get(this.key);
31 }
32
33 set object(value) {
34 this._pickObjects.set(this.key, value);

Callers 15

BufferFunction · 0.80
ShaderBuilder.jsFile · 0.80
ShadowVolumeAppearanceFunction · 0.80
VoxelBoxShape.jsFile · 0.80
ClippingPolygonFunction · 0.80
ClippingPolygon.jsFile · 0.80
Picking.jsFile · 0.80
BatchTextureFunction · 0.80
BatchTexture.jsFile · 0.80
transformPlaneFunction · 0.80
BatchTableHierarchyFunction · 0.80

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected