Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneView Properties

The SharpEngineSceneView type exposes the following members.

Properties
 NameDescription
Public propertyAvaloniaFrameNumber 
Public propertyBackgroundColor 
Public propertyCreateOptions Gets the EngineCreateOptions that were used to create the VulkanInstance and VulkanDevice.
Public propertyDpiScaleX Gets or sets a float that represents a DPI scale factor in X direction: 1 means 96 DPI, 1.5 means 144 DPI, etc. This value is used in line and pixel rendering and scales the line thickness or size of pixels.
Public propertyDpiScaleY Gets or sets a float that represents a DPI scale factor in Y direction: 1 means 96 DPI, 1.5 means 144 DPI, etc. This value is used in line and pixel rendering and scales the line thickness or size of pixels.
Public propertyGpuDevice Gets the graphics device object (VulkanDevice).
Public propertyId Gets a unique id of this resource
Public propertyIsAutomaticallyUpdating 
Public propertyIsDisposed Gets a Boolean that specifies if this resource has been disposed.
Public propertyIsDisposing Gets a Boolean that specifies if this resource is currently being disposed (the current code is executing inside Dispose method).
Public propertyIsVulkanBackend When true then Avalonia is using Vulkan backend. This allows direct sharing of Ab4d.SharpEngine's rendered texture and Avalonia's surface. When false, then Avalonia is using DirectX 11, OpenGL or some other backend. This property is set after this control is loaded.
Public propertyMultisampleCount MultisampleCount defines the multi-sampling count (MSAA). See remarks for more info.
Public propertyPreferredMultiSampleCountObsolete.
Public propertyPresentationType Presentation type defines how the rendered 3D scene will be presented to the platform. Default value is SharedTexture.
Public propertyScene Gets the Scene that defines the 3D objects.
Public propertySceneView Gets the SceneView that renders the Scene to this control.
Public propertyStopRenderingWhenHidden Gets or sets a Boolean that specifies if rendering is stopped when this control is hidden (IsVisible goes to false). Default value is true.
Public propertySupersamplingCount SupersamplingCount defines the super-sampling count (SSAA) - how many more pixels are rendered for each final pixel. See remarks for more info.
Public propertyWaitForVSync Gets or sets a Boolean that specifies if the SceneView is waiting for a v-sync provided by the surface. This property is used only when OverlayTexture is used as a PresentationType. Default value is true.
Protected propertyWriteableBitmap 
Top
See Also