C# 클래스 PlayFab.Events.PlayFabEvents

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 메소드들

메소드 설명
Init ( ) : PlayFabEvents
UnregisterInstance ( object instance ) : void

비공개 메소드들

메소드 설명
OnProcessingErrorEvent ( PlayFabRequestCommon request, PlayFabError error ) : void
OnProcessingEvent ( ApiProcessingEventArgs e ) : void
PlayFabEvents ( ) : PlayFab.SharedModels

Private constructor because we call PlayFabEvents.init();

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : PlayFabEvents
리턴 PlayFabEvents

UnregisterInstance() 공개 메소드

public UnregisterInstance ( object instance ) : void
instance object
리턴 void