Instance Method
mastersCompatible(for:)mastersCompatibleForLayers:mastersCompatibleForLayers_
Whether the layers have matching shapes, anchor names, and path-component hints.
Declaration
func mastersCompatible(for layers: [GSLayer]) -> BoolDeclaration
- (BOOL) mastersCompatibleForLayers:(NSArray<GSLayer *> *) layers;Declaration
mastersCompatibleForLayers_(layers: list[GSLayer]) -> boolParameters
layersThe layers to compare.
See Also
Layer Compatibility
Whether every layer group has matching structure for interpolation.
Whether the specified layers have matching shapes, anchor names, and path-component hints.
Whether selected aspects of the specified layers have matching structure.
Marks layer compatibility for reevaluation.
Clears the shapes of active layers whose selected aspects do not match the first layer.