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

Method ~ModelAnimation

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

Unloads animation data using populated animCount field, which is set by Load() method.

Source from the content-addressed store, hash-verified

28
29 // Unloads animation data using populated animCount field, which is set by Load() method.
30 ~ModelAnimation() { Unload(); }
31
32 /**
33 * Load model animations from file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected