Hello all
Anyone can tell if the pin behavior better than the every tick set postion.
As i know the every tick code can make the fps drop down if you use it to much, what about the pin, is it the same?
Thank's for any help
If you look at the pin code, I'm pretty sure it's doing almost the same thing. Basically instead of every tick, it runs right after a tick, so when objects move, it adjusts it. It isn't Event driven if that is what you are asking.
There is no performance difference, they both do the same thing. 'Every tick' is usually harmless for performance. See Optimisation: don't waste your time
Develop games in your browser. Powerful, performant & highly capable.
Thank's alot