spine_sequence_get_path method
Returns the specified base path with an optional numeric suffix for the specified index.
Implementation
ffi.Pointer<ffi.Char> spine_sequence_get_path(
spine_sequence self,
ffi.Pointer<ffi.Char> basePath,
int index,
) {
return _spine_sequence_get_path(
self,
basePath,
index,
);
}