getBlendMode method

BlendMode getBlendMode()

The BlendMode for drawing the slot's attachment.

Implementation

BlendMode getBlendMode() {
  return BlendMode.values[_bindings.spine_slot_data_get_blend_mode(_data)];
}