I wish to use intersect method instead of getOneIntersectingObject(),
intersect method it not accepting a class or an object as parameter.
Can any one help by posting a sample or example of intersect method
Thank you very much.
I wish to use intersect method instead of getOneIntersectingObject(),
intersect method it not accepting a class or an object as parameter.
Try the 'isTouching' method, which uses a class as parameter. The 'intersects' method is intended to check for a specific actor instance, not for any object of a specific class.