Instance Method
indexPaths(_:doBackground:layerGroup:doAllMasters:checkCompatibility:) indexPaths:doBackground:layerGroup:doAllMasters:checkCompatibility: indexPaths_doBackground_layerGroup_doAllMasters_checkCompatibility_
Declaration
func indexPaths(_ layer: GSLayer, doBackground: UnsafeMutablePointer<ObjCBool>, layerGroup: AutoreleasingUnsafeMutablePointer<NSArray>, doAllMasters: Bool, checkCompatibility: Bool) -> NSMutableArrayDeclaration
- (NSMutableArray *) indexPaths:(GSLayer *) layer doBackground:(BOOL *) doBackground layerGroup:(NSArray **) layerGroup doAllMasters:(BOOL) doAllMasters checkCompatibility:(BOOL) checkCompatibility;Declaration
indexPaths_doBackground_layerGroup_doAllMasters_checkCompatibility_(layer: GSLayer, doBackground: bool, doAllMasters: bool, checkCompatibility: bool) -> tuple[list, list]