spine_timeline_get_instant method

bool spine_timeline_get_instant(
  1. spine_timeline self
)

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,
  );
}