 |
SharpEngineSceneView(String) Constructor |
Creates the SharpEngineSceneView object.
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: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic SharpEngineSceneView(
string? name
)
Parameters
- name String
- name
See Also