MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / getMesh

Method getMesh

Source/ThirdParty/OpenFBX/ofbx.cpp:1986–1991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984
1985
1986 const Mesh* getMesh(int index) const override
1987 {
1988 assert(index >= 0);
1989 assert(index < m_meshes.size());
1990 return m_meshes[index];
1991 }
1992
1993
1994 const Geometry* getGeometry(int index) const override

Callers 2

ImportBonesFunction · 0.80
ImportMeshFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected