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

XRCameraSubsystem.GetTextures

매뉴얼로 전환
public void GetTextures (List<Texture2D> texturesOut);

파라미터

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

설명

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

See Also: UnityEngine.XR.ARBackgroundRenderer