Show / Hide Table of Contents

Class TrimmerClientWindow.AddServerPopup

Inheritance
System.Object
UnityEditor.PopupWindowContent
TrimmerClientWindow.AddServerPopup
Inherited Members
UnityEditor.PopupWindowContent.OnOpen()
UnityEditor.PopupWindowContent.OnClose()
UnityEditor.PopupWindowContent.editorWindow
Namespace: sttz.Trimmer.Editor
Assembly: Trimmer-Editor.dll
Syntax
public class AddServerPopup : PopupWindowContent

Fields

| Improve this Doc View Source

addHandler

Declaration
public Action<string, int> addHandler
Field Value
Type Description
System.Action<System.String, System.Int32>
| Improve this Doc View Source

address

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

port

Declaration
public int port
Field Value
Type Description
System.Int32

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