Inheritance
CVRScreenshots
Assembly: cs.temp.dll.dll
public class CVRScreenshots
Methods
Declaration
public uint GetScreenshotPropertyFilename(uint screenshotHandle, EVRScreenshotPropertyFilenames filenameType, StringBuilder pchFilename, uint cchFilename, ref EVRScreenshotError pError)
Parameters
Returns
Declaration
public EVRScreenshotType GetScreenshotPropertyType(uint screenshotHandle, ref EVRScreenshotError pError)
Parameters
Returns
Declaration
public EVRScreenshotError HookScreenshot(EVRScreenshotType[] pSupportedTypes)
Parameters
Returns
Declaration
public EVRScreenshotError RequestScreenshot(ref uint pOutScreenshotHandle, EVRScreenshotType type, string pchPreviewFilename, string pchVRFilename)
Parameters
Returns
Declaration
public EVRScreenshotError SubmitScreenshot(uint screenshotHandle, EVRScreenshotType type, string pchSourcePreviewFilename, string pchSourceVRFilename)
Parameters
Returns
Declaration
public EVRScreenshotError TakeStereoScreenshot(ref uint pOutScreenshotHandle, string pchPreviewFilename, string pchVRFilename)
Parameters
Type |
Name |
Description |
UInt32 |
pOutScreenshotHandle |
|
String |
pchPreviewFilename |
|
String |
pchVRFilename |
|
Returns
Declaration
public EVRScreenshotError UpdateScreenshotProgress(uint screenshotHandle, float flProgress)
Parameters
Type |
Name |
Description |
UInt32 |
screenshotHandle |
|
Single |
flProgress |
|
Returns