My Project
|
Public Member Functions | |
void | Initialize () |
void | Draw (float positionY, float height) |
void | AddEntry (EntryData entry) |
Entry[] | GetEntries () |
void | Clear () |
void | AddFilters (params string[] tags) |
void | SetFilter (string tag, bool on) |
Filter[] | GetFilters () |
Events | |
Action< Filter > | onFilterAdded |
Action< Filter > | onFilterRemoved |