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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.AvaloniaUI.SharpEngineSceneView.#ctor(Ab4d.SharpEngine.Scene,Ab4d.SharpEngine.Common.PresentationTypes,System.String)"]

See Also