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

Custom property description #3802

Closed
alvinseptiano opened this issue Jan 15, 2022 · 3 comments
Closed

Custom property description #3802

alvinseptiano opened this issue Jan 15, 2022 · 3 comments
Labels

Comments

@alvinseptiano
Copy link

Describe the project you are working on

So I have been creating my own game that i have maybe a good idea to add a custom parameter description.

Describe the problem or limitation you are having in your project

So it come to realization that godot does not have a custom description for custom parameter. it limit the understanding of the game component to my designer friend.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Being able to see custom parameter description when you hover your cursor. just like built in one.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

When user hover their cursor it show the parameter description.
feature_proposal

If this enhancement will not be used often, can it be worked around with a few lines of script?

Yes, and that might be the only way to create one.

Is there a reason why this should be core and not an add-on in the asset library?

Working with large amount of people especially with designer with basic knowledge of code. it safe to assume that they should be able access the custom component and read it's description and what it do without having to access script.

@alvinseptiano
Copy link
Author

Sorry if this a duplicate. i have search the entire github issue.

@YuriSizov
Copy link
Contributor

That's been implemented in 4.0 with #993.

@alvinseptiano
Copy link
Author

didn't know that. that is a good news thanks guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants