Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Collision Info
#3
(16-10-2020, 09:42 AM)josemendez Wrote: Hi there,


GetInstance() a static method that returns the only existing instance of the collider world. This is called a singleton pattern, and is widely used in programming (though there's a years-long heated debate over it, some consider it evil, some think it has its uses in certain circumstances, I'm in the second group).

cheers,

Hello! Thank you so much for the feed back.
It turns out I am actually using a an older version that uses the 3.x implementation!
Thanks!
Reply


Messages In This Thread
Collision Info - by KyleJohnOConnor - 16-10-2020, 08:06 AM
RE: Collision Info - by josemendez - 16-10-2020, 09:42 AM
RE: Collision Info - by KyleJohnOConnor - 16-10-2020, 01:00 PM