Click or drag to resize
Ab4d.SharpEngine logo

SceneViewCaptureNextFrame Method

CaptureNextFrame will try to capture the next frame in RenderDoc. The application that is using SharpEngine must be started from RenderDoc. This works only on Windows. The method returns true when the RenderDocHelper was correctly initialized and when the capture is possible. The actual capture will start before the next frame will be rendered. To check if capture is available, call IsCaptureFrameAvailable method.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public bool CaptureNextFrame()

Return Value

Boolean
true when the RenderDocHelper was correctly initialized
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneView.CaptureNextFrame"]

See Also