C# 클래스 MustBe.Consulo.Internal.ConsuloIntegration

UnityEditor.Menu class is not exists in Unity 4.6 we need add some hack
파일 보기 프로젝트 열기: consulo/UnityEditorConsuloPlugin

공개 메소드들

메소드 설명
SendToConsulo ( string url, JSONClass jsonClass ) : void

비공개 메소드들

메소드 설명
DisableConsuloAsExternalEditor ( ) : void
DisableConsuloAsExternalEditorValidator ( ) : bool
OnOpenedAssetCallback ( int instanceID, int line ) : bool
UncheckConsulo ( ) : void
UseConsulo ( ) : bool
UseConsuloAsExternalEditor ( ) : void
UseConsuloAsExternalEditorValidator ( ) : bool
ValidateUncheckConsulo ( ) : bool
WriteCallback ( IAsyncResult asynchronousResult ) : void

메소드 상세

SendToConsulo() 공개 정적인 메소드

public static SendToConsulo ( string url, JSONClass jsonClass ) : void
url string
jsonClass JSONClass
리턴 void