NcEngine
Import.h File Reference
#include "Assets.h"
#include "NcaHeader.h"
#include <filesystem>
#include <iosfwd>

Go to the source code of this file.

Functions

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

Detailed Description