Summary
Adds a node to the scene index.
- Namespace
- Avalonia
.Rendering .SceneGraph - Containing Type
- Scene
Syntax
public void Add(IVisualNode node)
Parameters
Name | Type | Description |
---|---|---|
node | IVisualNode | The node. |
Return Value
Type | Description |
---|---|
void |