Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneView(Scene, String) Constructor

Creates the SharpEngineSceneView that will show the specified scene. This also creates the SceneView object.

Namespace: Ab4d.SharpEngine.WinUI
Assembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public SharpEngineSceneView(
	Scene scene,
	string? name = null
)

Parameters

scene  Scene
scene that will be shown by this SharpEngineSceneView
name  String  (Optional)
name
See Also