CSharpRedotTools / Template

A template used for quickly setting up new Redot 4 C# games.
MIT License
111 stars 8 forks source link

Draggable should not use reflection. Use component nodes instead. #102

Open valkyrienyanko opened 1 week ago

valkyrienyanko commented 1 week ago

Reflection slows down performance. Components are more performance friendly and should not be a nuisance imo.