Show / Hide Table of Contents

Enum ScreenshotMode

Namespace: AeLa.EasyFeedback
Assembly: cs.temp.dll.dll
Syntax
public enum ScreenshotMode

Fields

Name Description
Legacy

Captures the screen using ScreenCapture.CaptureScreenshot. Use if screenshots are not captured correctly by Texture mode.

Texture

Captures the screen to memory using Texture2D.ReadPixels.

Back to top Generated by DocFX