This is the documentation for Enlighten.
class Enlighten GeomMeta
class Enlighten::GeomMeta
Public interface for querying metadata of a single geom.
Functions
Name | Description |
---|---|
GetGeomMesh(Geo::s32) | Gets the mesh in this geom at the given index. |
GetGuid() | Gets the GUID of this geom. |
GetName() | Gets the name of this geom. |
GetNumGeomMeshes() | Gets the number of meshes in this geom. |
IsValid() | 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.