Summary
Builds a scene graph from a visual tree.
- Namespace
- Avalonia
.Rendering .SceneGraph - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["ISceneBuilder"]
click Interface0 "/api/Avalonia.Rendering.SceneGraph/ISceneBuilder"
Type["SceneBuilder"]
class Type type-node
Syntax
public class SceneBuilder : ISceneBuilder
Methods
Name | Value | Summary |
---|---|---|
Update |
bool |
Updates the visual (and potentially its children) in a scene.
|
UpdateAll |
void |
Builds the initial scene graph for a visual tree.
|