XRBlitParams

struct in UnityEngine.XR

/

Implemented in:UnityEngine.XRModule

Description

This struct holds data for a single blit operation.

Properties

destRectDestination Rect area that the blit operation wants to blit to.
srcRectSource Rect area that the blit operation wants to blit from.
srcTexSource render texture that the blit operation wants to blit from.
srcTexArraySliceDescribes source texture's desired array slice. Texture2D will have array slice 1.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答