Hello,
I think I am not reading the API documentation correctly or very well. What about the Entity’s “description” member variable tells me that it can be assigned a Cesium.CallbackProperty?
I have an Entity.description in some legacy code that is assigned a CallbackProperty. The callback isn’t getting called and I am trying to figure out why.
Hello.
I can’t really help you if you don’t provide your code.
In the Cesium Sandcastle, I tried the following code, and when I click on the red box, the InfoBox opens and you see that the number gets updated. However, the number only gets updated when the InfoBox is open. So the CallbackProperty is only called when the description is accessed.