applyDeform method

  1. @override
bool applyDeform(
  1. VertexAttachment? sourceAttachment
)
override

Implementation

@override
bool applyDeform(VertexAttachment? sourceAttachment) =>
    this == sourceAttachment ||
    (inheritDeform && _parentMesh == sourceAttachment);