Exemple #1
0
 /// <summary>
 /// Take a screenshot of resolution Size (x is width, y is height) rendered at a higher resolution given by the multiplier. The screenshot is saved at the given path in PNG format. Uses given post process AA method on top of SSAA.
 /// </summary>
 public override void TakeScreenshot(string path, Vector2 size, int multiplier, Filter filterType, float sharpness, float sampleDistance, PostAntiAliasingMode postAntiAliasing)
 {
     Debug.LogWarning("Not available in VR mode");
 }
Exemple #2
0
 /// <summary>
 /// Take a screenshot of resolution Size (x is width, y is height) rendered at a higher resolution given by the multiplier. The screenshot is saved at the given path in PNG format. Uses given post process AA method on top of SSAA
 /// </summary>
 public override void TakeScreenshot(string path, Vector2 Size, int multiplier, PostAntiAliasingMode postAntiAliasing)
 {
     Debug.LogWarning("Not available in VR mode");
 }