MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / ToString

Method ToString

include/MeshUnmanaged.hpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 [[nodiscard]] std::string ToString() const {
144 return TextFormat(
145 "Mesh(vertexCount=%d, triangleCount=%d, boneCount=%d)",
146 vertexCount, triangleCount, boneCount
147 );
148 }
149
150 operator std::string() const { return ToString(); }
151

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected