CesiumGS / cesium-unity

Bringing the 3D geospatial ecosystem to Unity
https://cesium.com/platform/cesium-for-unity/
Apache License 2.0
347 stars 83 forks source link

Use Delayed input fields for `CesiumGeoreference` editor #399

Closed azrogers closed 8 months ago

azrogers commented 8 months ago

Fixes #324.

This change uses EditorGUI.DelayedDoubleField and the Delayed attribute to reduce the number of updates when editing the properties of a CesiumGeoreference in the inspector.