MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetUniqueIdentifier

Method GetUniqueIdentifier

ZEngine/src/Mesh.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 : m_unique_identifier(0), m_geometry(std::move(geometry)), m_material(std::move(material)) {}
15
16 unsigned int Mesh::GetUniqueIdentifier() const {
17 return m_unique_identifier;
18 }
19
20 const Ref<Materials::ShaderMaterial>& Mesh::GetMaterial() const {
21 return m_material;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected