C# 클래스 Invert.Core.GraphDesigner.Unity.MarketWindow

상속: EditorWindow
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 프로퍼티들

프로퍼티 타입 설명
_AssetPath string
loginResponse Response
password string
username string

보호된 프로퍼티들

프로퍼티 타입 설명
_OnAdd Action
_triggerGroups GraphTypeInfo>[].IGrouping

공개 메소드들

메소드 설명
OnGUI ( ) : void

비공개 메소드들

메소드 설명
DoLoginScreen ( ) : void
DoMarketScreen ( ) : void
ShowWindow ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

_AssetPath 공개적으로 프로퍼티

public string _AssetPath
리턴 string

_OnAdd 보호되어 있는 프로퍼티

protected Action _OnAdd
리턴 Action

_triggerGroups 보호되어 있는 프로퍼티

protected IGrouping[] _triggerGroups
리턴 GraphTypeInfo>[].IGrouping

loginResponse 공개적으로 프로퍼티

public Response,Invert.Core.GraphDesigner.Unity loginResponse
리턴 Response

password 공개적으로 프로퍼티

public string password
리턴 string

username 공개적으로 프로퍼티

public string username
리턴 string