spine_sequence_get_path method

Pointer<utf8> spine_sequence_get_path(
  1. spine_sequence sequence,
  2. Pointer<utf8> basePath,
  3. int index
)

Implementation

ffi.Pointer<utf8> spine_sequence_get_path(
  spine_sequence sequence,
  ffi.Pointer<utf8> basePath,
  int index,
) {
  return _spine_sequence_get_path(
    sequence,
    basePath,
    index,
  );
}