ISceneBuilder Interface

Summary

Builds a scene graph from a visual tree.
Namespace
Avalonia.Rendering.SceneGraph
Implementing Types
graph BT Type["ISceneBuilder"] class Type type-node Implementing0["SceneBuilder"]-.->Type click Implementing0 "/api/Avalonia.Rendering.SceneGraph/SceneBuilder"

Syntax

public interface ISceneBuilder

Methods

Name Value Summary
Update(Scene, IVisual) bool
Updates the visual (and potentially its children) in a scene.
UpdateAll(Scene) void
Builds the initial scene graph for a visual tree.