spine_skeleton_data_get_hash method

Pointer<utf8> spine_skeleton_data_get_hash(
  1. spine_skeleton_data data
)

OMITTED setVersion()

Implementation

ffi.Pointer<utf8> spine_skeleton_data_get_hash(
  spine_skeleton_data data,
) {
  return _spine_skeleton_data_get_hash(
    data,
  );
}