Sauleil Menard-Lamarre
Sauleil Menard-Lamarre
Thanks a lot for the clarification. It makes a lot more sense now. I didn't have a look at your branch yet, but I'm wondering on the client side if...
Hello, I just did a proof of concept while playing with the code in order to understand it better. I've added the code if you're interested. I found out that...
I was thinking with the current implementation, it doesn't seem far from a "websocket" implementation in UDP. That's why I was asking. Thanks for your reply
Sure! When you edit a property value in the inspector, it triggers a "OnPropertyChange" signal. For example, in my case, I wanted to call queue_redraw() only when a certain value...
Also, an improvement that could be made is to send the previous and current value as parameter.
Ok, I'll try again to explain again :) - The object-inspector can handle any type of objects. - When you set the object, it loads all the properties and their...