auto ImportSkeletalAnimation(const std::filesystem::path &ncaPath) -> SkeletalAnimation
Read a SkeletalAnimation asset from an .nca file.
auto ImportTexture(const std::filesystem::path &ncaPath) -> Texture
Read a Texture asset from an .nca file.
auto ImportAudioClip(const std::filesystem::path &ncaPath) -> AudioClip
Read an AudioClip asset from an .nca file.
auto ImportCubeMap(const std::filesystem::path &ncaPath) -> CubeMap
Read a CubeMap asset from an .nca file.
auto ImportNcaHeader(const std::filesystem::path &ncaPath) -> NcaHeader
Read the header from an .nca file.
auto ImportMesh(const std::filesystem::path &ncaPath) -> Mesh
Read a Mesh asset from an .nca file.
auto ImportMeshCollider(const std::filesystem::path &ncaPath) -> MeshCollider
Read a MeshCollider asset from an .nca file.
auto ImportConvexHull(const std::filesystem::path &ncaPath) -> ConvexHull
Read a ConvexHull asset from an .nca file.