class TexturedMesh (Niantic.ARDK.AR.Scanning.TexturedMesh)
A triangle mesh and its texture. This is the result of processing a scan.
class TexturedMesh { public: // fields UnityEngine.Mesh mesh; Texture2D texture; };
A triangle mesh and its texture. This is the result of processing a scan.
class TexturedMesh { public: // fields UnityEngine.Mesh mesh; Texture2D texture; };