Contents

contains(_:)

Checks if the set contains a blend shape weights data instance with the given name.

Declaration

func contains(_ blendShapeName: String) -> Bool

Parameters

  • blendShapeName:

    The name of the blend shape to look up.

Return Value

true blend shape weights data associated with the matching name is contained in the set.