C# Class Facebook.Unity.Editor.EditorFacebookMockDialog

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: facebook/facebook-sdk-for-unity

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Protected Methods

Method Description
DoGui ( ) : void
SendCancelResult ( ) : void
SendErrorResult ( string errorMessage ) : void
SendSuccessResult ( ) : void

Private Methods

Method Description
OnGUIDialog ( int windowId ) : void

Method Details

DoGui() protected abstract method

protected abstract DoGui ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

SendCancelResult() protected method

protected SendCancelResult ( ) : void
return void

SendErrorResult() protected method

protected SendErrorResult ( string errorMessage ) : void
errorMessage string
return void

SendSuccessResult() protected abstract method

protected abstract SendSuccessResult ( ) : void
return void

Start() public method

public Start ( ) : void
return void