SceneLayer.

SceneLayer(IVisual, int) Constructor

Summary

Initializes a new instance of the SceneLayer class.
Namespace
Avalonia.Rendering.SceneGraph
Containing Type
SceneLayer

Syntax

public SceneLayer(IVisual layerRoot, int distanceFromRoot)

Parameters

Name Type Description
layerRoot IVisual The visual at the root of the layer.
distanceFromRoot int The distance from the scene root.

Return Value

Type Description
void