spine_animation_get_name method
The animation's name, which is unique across all animations in the skeleton.
Implementation
ffi.Pointer<ffi.Char> spine_animation_get_name(
spine_animation self,
) {
return _spine_animation_get_name(
self,
);
}