playMaker

Author Topic: Is that have any action can get 2 trigger collider's postion?  (Read 3238 times)

naktim0819

  • Playmaker Newbie
  • *
  • Posts: 44
I know use Get Collision Info can get 2 real collider object's contact point

but if 2 Trigger's collider's contact point can use any action to get?

I want to create some effect on contact point

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Is that have any action can get 2 trigger collider's postion?
« Reply #1 on: June 10, 2013, 02:02:53 AM »
Hi,

 yes you can. simply use "get trigger info" you will find the point of contact and normal" so you can display something at the point of contact.

the difference between a collider and a trigger is that when they contact each each, a trigger will let objects intersect, where a collider will physically prevent both object to intersect.

bye,

 Jean

ryf9059

  • Full Member
  • ***
  • Posts: 100
Re: Is that have any action can get 2 trigger collider's postion?
« Reply #2 on: June 21, 2013, 09:04:09 AM »
Hey, just wondering where is the contact point and contact normal for get trigger info action? I only see that in get collision info action.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Is that have any action can get 2 trigger collider's postion?
« Reply #3 on: June 24, 2013, 07:00:10 AM »
Hi,

 Collisions and Triggers are the same thing from a data point of view, they both comes from a collider component, so use Get Collision Info even on triggers, that ought to work.

bye,

 Jean