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

Method ModelAnimation

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

Source from the content-addressed store, hash-verified

15class ModelAnimation : public ::ModelAnimation {
16public:
17 ModelAnimation(const ::ModelAnimation& model) { set(model); }
18
19 ModelAnimation(const ModelAnimation&) = delete;
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected