|  | 
| SharpEngineSceneView(Scene, PresentationTypes, String) Constructor | 
            Creates the SharpEngineSceneView that will show the specified scene.
            This also creates the 
SceneView object.
            
 Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
 Syntax
Syntaxpublic SharpEngineSceneView(
	Scene? scene,
	PresentationTypes presentationType,
	string? name = null
)
Parameters
- scene  Scene
- scene that will be shown by this SharpEngineSceneView
- presentationType  PresentationTypes
- PresentationTypes
- name  String  (Optional)
- name
 See Also
See Also