Class CVRScreenshots
public class CVRScreenshots
- Inheritance
-
CVRScreenshots
Methods
GetScreenshotPropertyFilename(uint, EVRScreenshotPropertyFilenames, StringBuilder, uint, ref EVRScreenshotError)
public uint GetScreenshotPropertyFilename(uint screenshotHandle, EVRScreenshotPropertyFilenames filenameType, StringBuilder pchFilename, uint cchFilename, ref EVRScreenshotError pError)
Parameters
screenshotHandleuintfilenameTypeEVRScreenshotPropertyFilenamespchFilenameStringBuildercchFilenameuintpErrorEVRScreenshotError
Returns
GetScreenshotPropertyType(uint, ref EVRScreenshotError)
public EVRScreenshotType GetScreenshotPropertyType(uint screenshotHandle, ref EVRScreenshotError pError)
Parameters
screenshotHandleuintpErrorEVRScreenshotError
Returns
HookScreenshot(EVRScreenshotType[])
public EVRScreenshotError HookScreenshot(EVRScreenshotType[] pSupportedTypes)
Parameters
pSupportedTypesEVRScreenshotType[]
Returns
RequestScreenshot(ref uint, EVRScreenshotType, string, string)
public EVRScreenshotError RequestScreenshot(ref uint pOutScreenshotHandle, EVRScreenshotType type, string pchPreviewFilename, string pchVRFilename)
Parameters
pOutScreenshotHandleuinttypeEVRScreenshotTypepchPreviewFilenamestringpchVRFilenamestring
Returns
SubmitScreenshot(uint, EVRScreenshotType, string, string)
public EVRScreenshotError SubmitScreenshot(uint screenshotHandle, EVRScreenshotType type, string pchSourcePreviewFilename, string pchSourceVRFilename)
Parameters
screenshotHandleuinttypeEVRScreenshotTypepchSourcePreviewFilenamestringpchSourceVRFilenamestring
Returns
TakeStereoScreenshot(ref uint, string, string)
public EVRScreenshotError TakeStereoScreenshot(ref uint pOutScreenshotHandle, string pchPreviewFilename, string pchVRFilename)
Parameters
Returns
UpdateScreenshotProgress(uint, float)
public EVRScreenshotError UpdateScreenshotProgress(uint screenshotHandle, float flProgress)