DeveloperConsole.DrawAutocompleteWindow C# (CSharp) Метод

DrawAutocompleteWindow() публичный Метод

public DrawAutocompleteWindow ( string title, string names, Vector2 offset, int selectedIndex ) : void
title string
names string
offset Vector2
selectedIndex int
Результат 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