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 SourceaddHandler
Declaration
public Action<string, int> addHandler
Field Value
Type | Description |
---|---|
System.Action<System.String, System.Int32> |
address
Declaration
public string address
Field Value
Type | Description |
---|---|
System.String |
port
Declaration
public int port
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceGetWindowSize()
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)