 |
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.WinUIAssembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic SharpEngineSceneView(
PresentationTypes presentationType,
string? name = null
)
Parameters
- presentationType PresentationTypes
- PresentationTypes
- name String (Optional)
- optional name
See Also