Esempio n. 1
0
 public static void ReportRaycastHitFirstResult(string sceneId, string queryId, RaycastType raycastType, RaycastHitEntity payload)
 {
     ReportRaycastResult <RaycastHitFirstResponse, RaycastHitEntity>(sceneId, queryId, Protocol.RaycastTypeToLiteral(raycastType), payload);
 }
Esempio n. 2
0
 public static void ReportRaycastHitFirstResult(string sceneId, string queryId, string queryType, RaycastHitEntity payload)
 {
     ReportRaycastResult <RaycastHitFirstResponse, RaycastHitEntity>(sceneId, queryId, queryType, payload);
 }