Restructured Img and FontAtlas.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace ehs
|
||||
|
||||
Str_8 GetId() const;
|
||||
|
||||
Array<Mesh> GetMeshes() const;
|
||||
const Array<Mesh>& GetMeshes() const;
|
||||
|
||||
Array<Mesh>& GetMeshes();
|
||||
|
||||
@@ -58,13 +58,13 @@ namespace ehs
|
||||
|
||||
Mesh* GetMesh(const Str_8& inId);
|
||||
|
||||
Bone GetSkeleton() const;
|
||||
const Bone& GetSkeleton() const;
|
||||
|
||||
Bone& GetSkeleton();
|
||||
|
||||
Animation* GetAnimation(UInt_64 inHashId);
|
||||
|
||||
Array<Animation> GetAnimations() const;
|
||||
const Array<Animation>& GetAnimations() const;
|
||||
|
||||
Array<Animation>& GetAnimations();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user