CVRScreenshots Class
Namespace: Valve.VR
Assembly: Stride.VirtualReality.dll
System.Object →
CVRScreenshots
Derived from CVRScreenshots:
public class CVRScreenshots
Name |
Description |
Methods
|
|
GetScreenshotPropertyFilename(UInt32, EVRScreenshotPropertyFilenames, StringBuilder, UInt32, ref EVRScreenshotError) |
|
|
GetScreenshotPropertyType(UInt32, ref EVRScreenshotError) |
|
|
HookScreenshot(EVRScreenshotType[]) |
|
|
RequestScreenshot(ref UInt32, EVRScreenshotType, String, String) |
|
|
SubmitScreenshot(UInt32, EVRScreenshotType, String, String) |
|
|
TakeStereoScreenshot(ref UInt32, String, String) |
|
|
UpdateScreenshotProgress(UInt32, Single) |
|
|
Improve this Doc
View Source
Methods
GetScreenshotPropertyFilename(UInt32, EVRScreenshotPropertyFilenames, StringBuilder, UInt32, ref EVRScreenshotError)
public uint GetScreenshotPropertyFilename(uint screenshotHandle, EVRScreenshotPropertyFilenames filenameType, StringBuilder pchFilename, uint cchFilename, ref EVRScreenshotError pError)
Parameters
Returns
Type |
Description |
System.UInt32 |
|
GetScreenshotPropertyType(UInt32, ref EVRScreenshotError)
public EVRScreenshotType GetScreenshotPropertyType(uint screenshotHandle, ref EVRScreenshotError pError)
Parameters
Returns
HookScreenshot(EVRScreenshotType[])
public EVRScreenshotError HookScreenshot(EVRScreenshotType[] pSupportedTypes)
Parameters
Returns
RequestScreenshot(ref UInt32, EVRScreenshotType, String, String)
public EVRScreenshotError RequestScreenshot(ref uint pOutScreenshotHandle, EVRScreenshotType type, string pchPreviewFilename, string pchVRFilename)
Parameters
Type |
Name |
Description |
System.UInt32 |
pOutScreenshotHandle |
|
EVRScreenshotType |
type |
|
System.String |
pchPreviewFilename |
|
System.String |
pchVRFilename |
|
Returns
SubmitScreenshot(UInt32, EVRScreenshotType, String, String)
public EVRScreenshotError SubmitScreenshot(uint screenshotHandle, EVRScreenshotType type, string pchSourcePreviewFilename, string pchSourceVRFilename)
Parameters
Type |
Name |
Description |
System.UInt32 |
screenshotHandle |
|
EVRScreenshotType |
type |
|
System.String |
pchSourcePreviewFilename |
|
System.String |
pchSourceVRFilename |
|
Returns
TakeStereoScreenshot(ref UInt32, String, String)
public EVRScreenshotError TakeStereoScreenshot(ref uint pOutScreenshotHandle, string pchPreviewFilename, string pchVRFilename)
Parameters
Type |
Name |
Description |
System.UInt32 |
pOutScreenshotHandle |
|
System.String |
pchPreviewFilename |
|
System.String |
pchVRFilename |
|
Returns
UpdateScreenshotProgress(UInt32, Single)
public EVRScreenshotError UpdateScreenshotProgress(uint screenshotHandle, float flProgress)
Parameters
Type |
Name |
Description |
System.UInt32 |
screenshotHandle |
|
System.Single |
flProgress |
|
Returns
Extension Methods