public function Raycast(eventData:
PointerEventData,
resultAppendList: List<RaycastResult>):
void;
public void Raycast(PointerEventData eventData,
List<RaycastResult> resultAppendList);
public
def Raycast(eventData as PointerEventData,
resultAppendList as List<RaycastResult>)
as void