C# Class EnterNamePopup, UnityDecompiled

Inheritance: PopupWindowContent
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
EnterNamePopup ( SerializedProperty tags, EnterDelegate cb )
GetWindowSize ( ) : Vector2,
OnGUI ( Rect, windowRect ) : void

Method Details

EnterNamePopup() public method

public EnterNamePopup ( SerializedProperty tags, EnterDelegate cb )
tags SerializedProperty
cb EnterDelegate

GetWindowSize() public method

public GetWindowSize ( ) : Vector2,
return Vector2,

OnGUI() public method

public OnGUI ( Rect, windowRect ) : void
windowRect Rect,
return void