getFps method

double getFps()

The dopesheet FPS in Spine, or zero if nonessential data was not exported.

Implementation

double getFps() {
  return _bindings.spine_skeleton_data_get_fps(_data);
}