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

Method IsValid

include/ModelAnimation.hpp:106–106  ·  view source on GitHub ↗

* Check model animation skeleton match */

Source from the content-addressed store, hash-verified

104 * Check model animation skeleton match
105 */
106 RLCPP_NODISCARD bool IsValid(const ::Model& model) const { return ::IsModelAnimationValid(model, *this); }
107protected:
108 void set(const ::ModelAnimation& model) {
109 boneCount = model.boneCount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected