internal void OnCmdRequestInternal(Cmd.ReceivedRequest request) { GameObjectDelegates.DispatchWithErrorHandling(new Cmd.RequestResponder(entityManager, entity, request), cmdDelegates, logger); }
internal void OnCmdResponseInternal(Cmd.ReceivedResponse response) { GameObjectDelegates.DispatchWithErrorHandling(response, cmdDelegates, logger); }
public void OnSecondEventEvent(global::Improbable.Gdk.Tests.NonblittableTypes.SecondEventPayload payload) { GameObjectDelegates.DispatchWithErrorHandling(payload, SecondEventDelegates, logDispatcher); }
public void OnEvtEvent(global::Improbable.Gdk.Tests.ComponentsWithNoFields.Empty payload) { GameObjectDelegates.DispatchWithErrorHandling(payload, EvtDelegates, LogDispatcher); }
internal void OnDeleteEntityResponseInternal(DeleteEntity.ReceivedResponse receivedResponse) { GameObjectDelegates.DispatchWithErrorHandling(receivedResponse, deleteEntityDelegates, logDispatcher); }
internal void OnEntityQueryResponseInternal(EntityQuery.ReceivedResponse receivedResponse) { GameObjectDelegates.DispatchWithErrorHandling(receivedResponse, entityQueryDelegates, logDispatcher); }
internal void OnReserveEntityIdsResponseInternal(ReserveEntityIds.ReceivedResponse receivedResponse) { GameObjectDelegates.DispatchWithErrorHandling(receivedResponse, reserveEntityIdsDelegates, logDispatcher); }
public void OnFirstEventEvent(global::Improbable.Gdk.Tests.BlittableTypes.FirstEventPayload payload) { GameObjectDelegates.DispatchWithErrorHandling(payload, FirstEventDelegates, LogDispatcher); }
public void OnMyEventEvent(global::Improbable.Gdk.Tests.AlternateSchemaSyntax.RandomDataType payload) { GameObjectDelegates.DispatchWithErrorHandling(payload, MyEventDelegates, LogDispatcher); }
internal void OnSecondCommandResponseInternal(SecondCommand.ReceivedResponse response) { GameObjectDelegates.DispatchWithErrorHandling(response, secondCommandDelegates, logger); }
internal void OnSecondCommandRequestInternal(SecondCommand.ReceivedRequest request) { GameObjectDelegates.DispatchWithErrorHandling(new SecondCommand.RequestResponder(entityManager, entity, request), secondCommandDelegates, logger); }