Tesseract Engine Documentation

GameMenu.GetMenuElement Method

Returns the Menu element at index

Overload List

Returns the Menu element at index

public GameMenuElement GetMenuElement(Int32);

Returns the first Menu element which has a matching title

public GameMenuElement GetMenuElement(String);

Returns the first Menu element found with a matching title after the starting index

public GameMenuElement GetMenuElement(String,Int32);

See Also

GameMenu Class | DarkWynter.Engine.Menus Namespace