Cesium Unity Documentation

Hi,

I want to build an app in Unity where the user can input the lat longitude of a position where the user wants to explore and on the input competition, the user is transported to the specified location. Where can I find the documentation of Cesium components and their methods to program from C# scripts?

Thank you for your time.

What I mean is where I can find this documentation, https://cesium.com/learn/ion-sdk/ref-doc/, but for Unity.

We unfortunately don’t have HTML reference documentation like that yet. There’s an issue to add it:

In the meantime, the source code itself has extensive comments on the classes and methods, so you can take a look at those:

For example, to do flights to a particular location, check out the CesiumFlyToController, especially the “FlyTo…” methods: