Friflo.Engine.ECS.Collections.md

March 15, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Collections Namespace

Contains types to enable data binding for common .NET applications.

Classes
ExplorerItemImplements same interfaces as System.Collections.ObjectModel.ObservableCollection<> to act as a replacement for this container class using the generic type ExplorerItem.

This enables displaying and mutation of Entity's in a Avalonia.Controls.TreeDataGrid.
A specialized implementation of this control is the ExplorerTreeDataGrid in this repository.
ExplorerItemTree