Show / Hide Table of Contents

Class OptionKeyStore.OptionUseKeychain.PasswordsPopup

Inheritance
System.Object
UnityEditor.PopupWindowContent
OptionKeyStore.OptionUseKeychain.PasswordsPopup
Inherited Members
UnityEditor.PopupWindowContent.OnOpen()
UnityEditor.PopupWindowContent.OnClose()
UnityEditor.PopupWindowContent.editorWindow
Namespace: sttz.Trimmer.Options
Assembly: Trimmer.dll
Syntax
public class PasswordsPopup : PopupWindowContent

Fields

| Improve this Doc View Source

alias

Declaration
public string alias
Field Value
Type Description
System.String
| Improve this Doc View Source

parent

Declaration
public OptionKeyStore parent
Field Value
Type Description
OptionKeyStore
| Improve this Doc View Source

path

Declaration
public string path
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetWindowSize()

Declaration
public override Vector2 GetWindowSize()
Returns
Type Description
UnityEngine.Vector2
Overrides
UnityEditor.PopupWindowContent.GetWindowSize()
| Improve this Doc View Source

OnGUI(Rect)

Declaration
public override void OnGUI(Rect rect)
Parameters
Type Name Description
UnityEngine.Rect rect
Overrides
UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)
  • Improve this Doc
  • View Source
Back to top © 2017 Adrian Stutz