C# Class MainContext, PlayFabGameServer

Adds ActiveDirectory to the set of tables the main context can use
Inheritance: DbContext
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
MainCtx MainContextView,

Public Methods

Method Description
Launch ( ) : void
MainContext ( MonoBehaviour ctxView, bool autoMap ) : UnityEngine

Protected Methods

Method Description
addCoreComponents ( ) : void
mapBindings ( ) : void
postBindings ( ) : void

Private Methods

Method Description
OnPlayFabServerStartup ( ServerSettingsData, settings ) : void

Method Details

Launch() public method

public Launch ( ) : void
return void

MainContext() public method

public MainContext ( MonoBehaviour ctxView, bool autoMap ) : UnityEngine
ctxView MonoBehaviour
autoMap bool
return UnityEngine

addCoreComponents() protected method

protected addCoreComponents ( ) : void
return void

mapBindings() protected method

protected mapBindings ( ) : void
return void

postBindings() protected method

protected postBindings ( ) : void
return void

Property Details

MainCtx public_oe property

public MainContextView, MainCtx
return MainContextView,