Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneView(Scene, PresentationTypes, String) Constructor

Creates the SharpEngineSceneView that will show the specified scene. This also creates the SceneView object.

Namespace: Ab4d.SharpEngine.AvaloniaUI
Assembly: Ab4d.SharpEngine.AvaloniaUI (in Ab4d.SharpEngine.AvaloniaUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public SharpEngineSceneView(
	Scene? scene,
	PresentationTypes presentationType,
	string? name = null
)

Parameters

scene  Scene
scene that will be shown by this SharpEngineSceneView
presentationType  PresentationTypes
PresentationTypes
name  String  (Optional)
name
See Also