Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Delayed input fields for CesiumGeoreference editor #399

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

azrogers
Copy link
Contributor

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.

Copy link
Contributor

@j9liu j9liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great @azrogers . Thanks!

@j9liu j9liu merged commit 27b72c7 into main Feb 2, 2024
2 of 4 checks passed
@j9liu j9liu deleted the delayed-georeference-editor branch February 2, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce CesiumGeoreference updates when manually entering coordinates
2 participants