Experimental: this API is experimental and might be changed or removed in the future.

XRCameraSubsystem.GetTextures

Cambiar al Manual
public void GetTextures (List<Texture2D> texturesOut);

Parámetros

texturesOutA List of Texture2D to be filled. Passing null will throw an ArgumentNullException.

Descripción

Fills the provided texturesOut with the texture(s) associated with the XRCameraSubsystem.

See Also: UnityEngine.XR.ARBackgroundRenderer