 |
SharpEngineSceneViewRender Method |
Render method is called by Avalonia to render the content of this control.
To manually render the 3D scene call the
RenderScene(Boolean, Boolean) method.
Namespace: Ab4d.SharpEngine.AvaloniaUIAssembly: Ab4d.SharpEngine.AvaloniaUI (in Ab4d.SharpEngine.AvaloniaUI.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic override void Render(
DrawingContext context
)
Parameters
- context DrawingContext
- DrawingContext
See Also