Declaration

func layerGroupIDSet(for layer: GSLayer) -> NSOrderedSet?

Declaration

- (NSOrderedSet<NSString *> *) layerGroupIDSetForLayer:(GSLayer *) layer;

Declaration

layerGroupIDSetForLayer_(layer: GSLayer) -> NSOrderedSet<NSString *>

Parameters

layer

A layer belonging to the glyph.

Discussion

Empty layers participate in the grouping.

See Also

Layer Groups