spine_timeline_get_instant method
True if this timeline sets values instantaneously and does not support interpolation between frames.
Implementation
bool spine_timeline_get_instant(
spine_timeline self,
) {
return _spine_timeline_get_instant(
self,
);
}