C# Class Invert.Core.GraphDesigner.Unity.MarketWindow

Inheritance: EditorWindow
Show file Open project: InvertGames/uFrame.Editor

Public Properties

Property Type Description
_AssetPath string
loginResponse Response
password string
username string

Protected Properties

Property Type Description
_OnAdd Action
_triggerGroups GraphTypeInfo>[].IGrouping

Public Methods

Method Description
OnGUI ( ) : void

Private Methods

Method Description
DoLoginScreen ( ) : void
DoMarketScreen ( ) : void
ShowWindow ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

_AssetPath public property

public string _AssetPath
return string

_OnAdd protected property

protected Action _OnAdd
return Action

_triggerGroups protected property

protected IGrouping[] _triggerGroups
return GraphTypeInfo>[].IGrouping

loginResponse public property

public Response,Invert.Core.GraphDesigner.Unity loginResponse
return Response

password public property

public string password
return string

username public property

public string username
return string