Version: 2020.2
言語: 日本語

XRMirrorViewBlitDesc

struct in UnityEngine.XR

マニュアルに切り替える

説明

All information in this struct describes the desired mirror view blit operation.

And XRMirrorViewBlitDesc can contain more than one XRBlitParams (describes exactly one blit operation). The render pipeline can query each child XRBlitParams via GetBlitParameter. XRMirrorViewBlitDesc is typically consumed by a scriptable rendering pipeline.

変数

blitParamsCountThe number of XRBlitParams entries for this XRMirrorViewBlitDesc.
nativeBlitAvailableWhen this is true, the current display subsystem supports native blit and AddGraphicsThreadMirrorViewBlit must be called to perform native blit.
nativeBlitInvalidStatesWhen this is true, display subsystem will modifiy the graphics state.

Public 関数

GetBlitParameterGets an XRBlitParams for a specific XRMirrorViewBlitDesc.