Table of Contents

Method RequestSceneCapture

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

RequestSceneCapture(string, Action<bool>)

Sends a request for scene capture with the specified request string.

public bool RequestSceneCapture(string requestString, Action<bool> callback)

Parameters

requestString string

The request string for scene capture.

callback Action<bool>

Returns

bool