C API Unity API
C API Reference (Version 10.22.5)
VuVideoBackgroundViewInfo Struct Reference

Detailed Description

Video background view information.

Public Attributes

VuVector4I viewport
 Video background viewport (its location/size in the view) More...
 
VuVector2I cameraImageSize
 Image size used for rendering.
 
VuVector2I vBTextureSize
 Size of the video background rendered on screen (can be stretched)
 

Member Data Documentation

◆ viewport

VuVector4I viewport

Video background viewport (its location/size in the view)

Note
The viewport is identical to the viewport retrieved from vuRenderControllerGetVideoBackgroundViewport.
See also
vuRenderControllerGetVideoBackgroundViewport for details on the viewport.