|
SharpEngineSceneView Constructor |
Creates the SharpEngineSceneView object (
PresentationType is set to
SharedTexture).
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.WinUIAssembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public SharpEngineSceneView()
See Also