![]() | |
Scene |
Name | Description | |
---|---|---|
![]() | RenderToRawImageData(Boolean, Boolean, StandardBitmapFormats) | Renders the current scene view to the bitmap that is represented by RawImageData object. To reuse the RawImageData and its data array, call RenderToRawImageData that takes RawImageData as the first parameter. To render to a different size or different multi-sample or super-sampling count, create a new SceneView and call RenderToRawImageData there. |
![]() | RenderToRawImageData(RawImageData, Boolean, Boolean, StandardBitmapFormats) | Renders the current scene view to the bitmap and saves the image data into an existing RawImageData object. When the rendered size is the same or smaller, then the existing Data array is preserved, otherwise a new Data array is created. To render to a different size or different multi-sample or super-sampling count, create a new SceneView and call RenderToRawImageData there. |