Click or drag to resize

ViewportUpdate Method

Updates viewport with the rendering of attached map and GUI rendering.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void Update(
	bool callBgfxFrame,
	ViewportCameraSettingsClass overrideCameraSettings = null
)

Parameters

callBgfxFrame
Type: SystemBoolean
overrideCameraSettings (Optional)
Type: NeoAxisViewportCameraSettingsClass
See Also