This is the documentation for Enlighten.
class Enlighten GeomMeta
class Enlighten::GeomMeta
Public interface for querying metadata of a single geom.
Functions
Name | Description |
|---|---|
Gets the mesh in this geom at the given index. | |
Gets the GUID of this geom. | |
Gets the name of this geom. | |
Gets the number of meshes in this geom. | |
Some accessors return an 'invalid' object to represent nothing or not-found. |
GeomMeshMeta Enlighten::GeomMeta::GetGeomMesh
public: GeomMeshMeta GetGeomMesh
(
Geo::s32 idx
) const
Gets the mesh in this geom at the given index.
const Geo::GeoGuid& Enlighten::GeomMeta::GetGuid
public: const Geo::GeoGuid & GetGuid() const
Gets the GUID of this geom.
const char* Enlighten::GeomMeta::GetName
public: const char * GetName() const
Gets the name of this geom.
Geo::s32 Enlighten::GeomMeta::GetNumGeomMeshes
public: Geo::s32 GetNumGeomMeshes() const
Gets the number of meshes in this geom.
bool Enlighten::GeomMeta::IsValid
public: bool IsValid() const
Some accessors return an 'invalid' object to represent nothing or not-found.