Click or drag to resize
Ab4d.SharpEngine logo

ISharpEngineSceneView Properties

The ISharpEngineSceneView type exposes the following members.

Properties
 NameDescription
Public propertyCreateOptions Gets the EngineCreateOptions that were used to create the VulkanInstance and VulkanDevice.
Public propertyGpuDevice Gets the graphics device object (VulkanDevice).
Public propertyMultisampleCount MultisampleCount defines the multi-sampling count (MSAA). See remarks for more info.
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 propertySupersamplingCount SupersamplingCount defines the super-sampling count (SSAA) - how many more pixels are rendered for each final pixel. See remarks for more info.
Top
See Also