Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Buffer
Function · 0.80
ShaderBuilder.js
File · 0.80
ShadowVolumeAppearance
Function · 0.80
ShadowVolumeAppearance.js
File · 0.80
VoxelBoxShape.js
File · 0.80
ClippingPolygon
Function · 0.80
ClippingPolygon.js
File · 0.80
Picking.js
File · 0.80
BatchTexture
Function · 0.80
BatchTexture.js
File · 0.80
transformPlane
Function · 0.80
BatchTableHierarchy
Function · 0.80
Calls
2
get
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected