Method RemoveEntries
RemoveEntries(List<string>)
Removes all of the passed in entries from the HUD
Declaration
public void RemoveEntries(List<string> keys)
Parameters
Type | Name | Description |
---|---|---|
List<string> | keys | List of keys to remove from the panel |
RemoveEntries(string[])
Removes all of the passed in entries from the HUD
Declaration
public void RemoveEntries(string[] keys)
Parameters
Type | Name | Description |
---|---|---|
string[] | keys | List of keys t remove from the panel |