![]() | |
Sharp |
Name | Description | |
---|---|---|
![]() | SharpEngineSceneView | 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. |
![]() | SharpEngineSceneView(Scene) | Creates the SharpEngineSceneView that will show the specified scene. This also creates the SceneView object. |
![]() | SharpEngineSceneView(String) | 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. |
![]() | SharpEngineSceneView(PresentationTypes, String) | 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. |
![]() | SharpEngineSceneView(Scene, String) | Creates the SharpEngineSceneView that will show the specified scene. This also creates the SceneView object. |
![]() | SharpEngineSceneView(Scene, PresentationTypes, String) | Creates the SharpEngineSceneView that will show the specified scene. This also creates the SceneView object. |