Skip to main content
API Reference SwiftyNsdk

MeshDownloaderResults

Contains the downloaded mesh geometry data for a VPS location....

Declaration

final class MeshDownloaderResults

Summary

Contains the downloaded mesh geometry data for a VPS location. This object holds an array of mesh results, where each result includes mesh geometry, texture data (if requested), and the transform matrix that positions the mesh in world space.


Constructors

init(fromC cResults: ARDK_MeshDownloader_Results, owner: ResourceOwner?)

Properties

NameTypeSummary
let results [MeshDownloaderResult]
The array of mesh results for the requested location.

Nested Types

Enums

NameTypeSummary
ErrorError
Possible errors from Mesh Downloader network operations.

Relationships

conforms to: Swift.Sendable
conforms to: Swift.SendableMetatype