Amerio.Stephane Posted October 25 Share Posted October 25 Hello, I have a lot of nodes with setPosition/setEnabled syncked, but their position/enabled state rarely changes. What would happen if I was to call setPosition/setEnabled with the same values on every frame? Would this produce a lot of sync messages, or are the message actually sent only if the position/state actually changes? In other word: should I bother manually checking every frame if something changes (and storing "old" position/state) or just rely on the sync internal optimized mechanism? Thanks! Link to comment
cash-metall Posted October 27 Share Posted October 27 Yes you are right. the message actually sent only if the position/state actually changes 1 Link to comment
Recommended Posts