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

Method IsValid

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

* Determines whether or not the Model has data in it. */

Source from the content-addressed store, hash-verified

186 * Determines whether or not the Model has data in it.
187 */
188 RLCPP_NODISCARD bool IsValid() const { return ::IsModelValid(*this); }
189
190protected:
191 void set(const ::Model& model) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected