Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewInitialize(ActionEngineCreateOptions) Method

Initialize method initializes the engine by using EngineCreateOptions that are defined by the provided configureAction.

Namespace: Ab4d.SharpEngine.AvaloniaUI
Assembly: Ab4d.SharpEngine.AvaloniaUI (in Ab4d.SharpEngine.AvaloniaUI.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public VulkanDevice Initialize(
	Action<EngineCreateOptions>? configureAction
)

Parameters

configureAction  ActionEngineCreateOptions
Action that takes EngineCreateOptions and set its options

Return Value

VulkanDevice
Created VulkanDevice object

Implements

ISharpEngineSceneViewInitialize(ActionEngineCreateOptions)
Exceptions
ExceptionCondition
SharpEngineExceptionSharpEngineException is throws when VulkanDevice cannot be created
See Also