ExplorerItemTree.GetItemById(int).md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Collections.ExplorerItemTree

ExplorerItemTree.GetItemById(int) Method

Get ExplorerItem by id

public Friflo.Engine.ECS.Collections.ExplorerItem GetItemById(int id);

Parameters

id System.Int32

Returns

ExplorerItem

Remarks

Avalonia.Controls.TreeDataGridItemsSourceView" create items on demand => create ExplorerItem if not present.

Contents

  1. 0.1Friflo.Engine.ECS.Collections.ExplorerItemTree
  2. 1ExplorerItemTree.GetItemById(int) Method
  3. 1.1Remarks