My class is somewhat like
public class IntersectInfoBehavior extends Behavior {
PickCanvas pickCanvas;
....
}
I just want my main class to obtain the picked point’s coordinates by using this IntersectInfoBehavior
So, can anybody give me a hand on how to deal with it?
Best Regards
JIA Pei