 |
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.WpfAssembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic SharpEngineSceneView(
PresentationTypes presentationType,
string? name = null
)
Parameters
- presentationType PresentationTypes
- PresentationTypes
- name String (Optional)
- optional name
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.#ctor(Ab4d.SharpEngine.Common.PresentationTypes,System.String)"]
See Also