DeveloperConsole.DrawAutocompleteWindow C# (CSharp) Method

DrawAutocompleteWindow() public method

public DrawAutocompleteWindow ( string title, string names, Vector2 offset, int selectedIndex ) : void
title string
names string
offset Vector2
selectedIndex int
return void
	void DrawAutocompleteWindow(string title, string[] names, Vector2 offset, int selectedIndex)
	{
		DrawAutocompleteWindow(title, names, offset, selectedIndex, 0);
	}
	void DrawAutocompleteWindow(string title, string[] names, Vector2 offset, int selectedIndex, int windowIndex)

Same methods

DeveloperConsole::DrawAutocompleteWindow ( string title, string names, Vector2 offset, int selectedIndex, int windowIndex ) : void