Is there a way to see a node's complete list of properties and methods? #11974
Replies: 2 comments 1 reply
-
See: |
Beta Was this translation helpful? Give feedback.
-
There's a lot of options available. A huge list of roughly sorted methods, properties, constants, signals, and theme properties would be even worse. Imagine seeing every one of CanvasItem's The list of inherited objects can be spotted on the very top of a class reference page. That's fairly straightforward and hard to miss. So perhaps the problem is that users don't understand, or struggle to easily visualise the inheritance chain. One improvised suggestion I have in mind is mentioning how many members are inherited. Clicking on the label would bring up the parent class. This would be a small nudge in making the reader more aware of the inheritance chain. It's actually more than
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to see a node's complete list of properties and methods?
When I look at the Node2D documentation for example, it only shows the properties of a Node2D specifically, which is a fairly short list.
For example, Node2Ds have a
name
property but you can't see that unless you click through to look at the properties of its inherited ancestors.The only way I know of to see a complete list is to scroll through the autocomplete that pops up after you type a "." following an object. This is obviously not a very nice way to look at all the options available.
Beta Was this translation helpful? Give feedback.
All reactions