Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneView(PresentationTypes, String) Constructor

Creates the SharpEngineSceneView object and sets the PresentationType property. This also creates the Scene and SceneView objects. The VulkanDevice is automatically created when this control is loaded. To manually create or set the VulkanDevice, call the Initialize method.

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

Parameters

presentationType  PresentationTypes
PresentationTypes
name  String  (Optional)
optional name
See Also