menu
esotericsoftware_spine_flutter package
documentation
spine_flutter.dart
Skin
copy method
copy method
dark_mode
light_mode
copy
method
void
copy
(
Skin
other
)
Implementation
void copy(Skin other) { _bindings.spine_skin_copy_skin(_skin, other._skin); }
esotericsoftware_spine_flutter package
documentation
spine_flutter
Skin
copy method
Skin class