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

Inheritance: EditorWindow
Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Свойство Type Description
_AssetPath string
loginResponse Response
password string
username string

Protected Properties

Свойство Type Description
_OnAdd Action
_triggerGroups GraphTypeInfo>[].IGrouping

Méthodes publiques

Méthode Description
OnGUI ( ) : void

Private Methods

Méthode Description
DoLoginScreen ( ) : void
DoMarketScreen ( ) : void
ShowWindow ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Property Details

_AssetPath public_oe property

public string _AssetPath
Résultat string

_OnAdd protected_oe property

protected Action _OnAdd
Résultat Action

_triggerGroups protected_oe property

protected IGrouping[] _triggerGroups
Résultat GraphTypeInfo>[].IGrouping

loginResponse public_oe property

public Response,Invert.Core.GraphDesigner.Unity loginResponse
Résultat Response

password public_oe property

public string password
Résultat string

username public_oe property

public string username
Résultat string