Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneView Constructor

Overload List
 NameDescription
Public methodSharpEngineSceneView 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.
Public methodSharpEngineSceneView(Scene) Creates the SharpEngineSceneView that will show the specified scene. This also creates the SceneView object.
Public methodSharpEngineSceneView(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.
Public methodSharpEngineSceneView(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.
Public methodSharpEngineSceneView(Scene, String) Creates the SharpEngineSceneView that will show the specified scene. This also creates the SceneView object.
Public methodSharpEngineSceneView(Scene, PresentationTypes, String) Creates the SharpEngineSceneView that will show the specified scene. This also creates the SceneView object.
Top
See Also