XRCameraSubsystem.GetTextures
public void GetTextures(List<Texture2D> texturesOut);
Parameters
| texturesOut | A List of Texture2D to be filled. Passing null will throw an ArgumentNullException. |
Description 描述
Fills the provided texturesOut with the texture(s) associated with the XRCameraSubsystem.
See Also: UnityEngine.XR.ARBackgroundRenderer