Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISelectionService.cs
Go to the documentation of this file.
2
4
5public interface ISelectionService
6{
7 object PrimarySelection { get; }
8
9 int SelectionCount { get; }
10
11 event EventHandler SelectionChanged;
12
13 event EventHandler SelectionChanging;
14
15 bool GetComponentSelected(object component);
16
18
20
21 void SetSelectedComponents(ICollection? components, SelectionTypes selectionType);
22}
void SetSelectedComponents(ICollection? components, SelectionTypes selectionType)
void SetSelectedComponents(ICollection? components)