Posts by Ivan garcia filho • 29 points
3 posts
-
0
votes1
answer238
viewsQ: Unity - "How to center and update all Game variables?"
Engine: Unity (5.4.3). Scripting language used: C# Setting: The game is divided into scenes, each scene composed of enemies and traps, each enemy composed of their weapons, and each of these…
-
0
votes0
answers77
viewsQ: Procedure to return route calculation between coordinates via the Googlemaps API
I need to create all the business rules of a system within the database and allow other applications for the purpose of being only a graphical user interface to freely utilize all the functions…
-
1
votes1
answer653
viewsQ: Method within method or class within class
Created the methods Above(), Below(), Highest(), Lowest(), Evens(), Odds(), Matching(), Repeating(), Unique()... I need to create a structure/implement these methods inside each other, as if they…