C# 클래스 Google.Android.AppBundle.Editor.Internal.GoogleEditorMenu

Provides infrastructure for adding "Google" menu items in the Unity Editor.
파일 보기 프로젝트 열기: getbraincloud/examples-unity 1 사용 예제들

공개 메소드들

메소드 설명
OpenFileByGuid ( string fileGuid ) : void

Displays a file in a browser, as specified by the file's guid.

ViewPlayPluginsIssuesPage ( ) : void

Displays the Google Play Plugins for Unity "Issues" page in a browser.

비공개 메소드들

메소드 설명
DisplayErrorDialog ( string message ) : void

메소드 상세

OpenFileByGuid() 공개 정적인 메소드

Displays a file in a browser, as specified by the file's guid.
public static OpenFileByGuid ( string fileGuid ) : void
fileGuid string
리턴 void

ViewPlayPluginsIssuesPage() 공개 정적인 메소드

Displays the Google Play Plugins for Unity "Issues" page in a browser.
public static ViewPlayPluginsIssuesPage ( ) : void
리턴 void