C# 클래스 MainContext, PlayFabGameServer

Adds ActiveDirectory to the set of tables the main context can use
상속: DbContext
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MainCtx MainContextView,

공개 메소드들

메소드 설명
Launch ( ) : void
MainContext ( MonoBehaviour ctxView, bool autoMap ) : UnityEngine

보호된 메소드들

메소드 설명
addCoreComponents ( ) : void
mapBindings ( ) : void
postBindings ( ) : void

비공개 메소드들

메소드 설명
OnPlayFabServerStartup ( ServerSettingsData, settings ) : void

메소드 상세

Launch() 공개 메소드

public Launch ( ) : void
리턴 void

MainContext() 공개 메소드

public MainContext ( MonoBehaviour ctxView, bool autoMap ) : UnityEngine
ctxView MonoBehaviour
autoMap bool
리턴 UnityEngine

addCoreComponents() 보호된 메소드

protected addCoreComponents ( ) : void
리턴 void

mapBindings() 보호된 메소드

protected mapBindings ( ) : void
리턴 void

postBindings() 보호된 메소드

protected postBindings ( ) : void
리턴 void

프로퍼티 상세

MainCtx 공개적으로 프로퍼티

public MainContextView, MainCtx
리턴 MainContextView,