blendMode property
BlendMode
get
blendMode
The blend mode for drawing the slot's attachment.
Implementation
BlendMode get blendMode {
final result = SpineBindings.bindings.spine_slot_data_get_blend_mode(_ptr);
return BlendMode.fromValue(result);
}
set
blendMode
(BlendMode value)
Implementation
set blendMode(BlendMode value) {
SpineBindings.bindings.spine_slot_data_set_blend_mode(_ptr, value.value);
}