TryGetFrame(out CapturedFrame?) Method

Definition

Assembly HeadlessTestingFramework.dll

Tries to get the next captured frame.

public bool TryGetFrame(scoped out CapturedFrame? frame)

Parameters

frame
CapturedFrame

The captured frame if available.

Returns

Boolean
True if a frame was available.