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

Method ToString

include/ModelUnmanaged.hpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 [[nodiscard]] std::string ToString() const { return TextFormat("Model(meshCount=%d, materialCount=%d)", meshCount, materialCount); }
63
64 operator std::string() const { return ToString(); }
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected