 |
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.AvaloniaUIAssembly: Ab4d.SharpEngine.AvaloniaUI (in Ab4d.SharpEngine.AvaloniaUI.dll) Version: 4.0.9584+1b7ee6bb29044dc79cb258fb9be4150ffbca20f3
Syntaxpublic SharpEngineSceneView(
PresentationTypes presentationType,
string? name = null
)
Parameters
- presentationType PresentationTypes
- PresentationTypes
- name String (Optional)
- optional name
See Also