Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneView Constructor

Overload List
 NameDescription
Public methodSharpEngineSceneView 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.
Public methodSharpEngineSceneView(PresentationTypes) 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.
Top
See Also