Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check if whole rope is inside a trigger
#2
(31-07-2020, 12:55 PM)Spectra_7 Wrote: Hello. first of all, great asset.

The rope falls down from top.
I want to trigger an event when the whole rope is inside this box trigger. Is this possible?
[Image: k3ZkSx7.png]

Thanks.

Sure,

Just subscribe to the solver's OnCollision event. If all particles belonging to the rope have a contact with the trigger, you call whatever function you need. See:
http://obi.virtualmethodstudio.com/tutor...sions.html
Reply


Messages In This Thread
RE: Check if whole rope is inside a trigger - by josemendez - 31-07-2020, 01:09 PM