INTERNAL_CALL_HitTest() 개인적인 메소드

private INTERNAL_CALL_HitTest ( GUILayer self, Vector3 &screenPosition ) : GUIElement
self GUILayer
screenPosition Vector3
리턴 GUIElement
예제 #1
0
 public GUIElement HitTest(Vector3 screenPosition)
 {
     return(GUILayer.INTERNAL_CALL_HitTest(this, ref screenPosition));
 }