|
SharpEngineSceneView(PresentationTypes) 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.AvaloniaUIAssembly: Ab4d.SharpEngine.AvaloniaUI (in Ab4d.SharpEngine.AvaloniaUI.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public SharpEngineSceneView(
PresentationTypes presentationType
)
Parameters
- presentationType PresentationTypes
-
See Also