texturePath property

String get texturePath

Implementation

String get texturePath {
  final result = SpineBindings.bindings.spine_atlas_page_get_texture_path(_ptr);
  return result.cast<Utf8>().toDartString();
}
set texturePath (String value)

Implementation

set texturePath(String value) {
  SpineBindings.bindings.spine_atlas_page_set_texture_path(_ptr, value.toNativeUtf8().cast<Char>());
}