Reconsidering access modifiers for certain properties and methods. #3660
Jdance-Media
started this conversation in
Ideas
Replies: 2 comments
-
Interesting, didn't know anyone was actively working on that kind of thing. I will keep it in mind for future extensibility. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've tried to do something similar and it becomes a lot of reflection to really do much. Some modding capability for the editor would actually be really neat to see. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently attempting to make a module for the editor and I'm currently using EditorObjects.selection and LevelObjects.FindLevelObject through reflection. Using reflection works perfectly fine but is quite inconvenient when having to access properties and methods like these. Long story short, I'm wondering if you could reconsider some of the access modifiers in classes like those to make it easier for programmers to work with the editor.
Beta Was this translation helpful? Give feedback.
All reactions