Add allowsGroupOpacity property to ASDisplayNode (#2320)

This commit is contained in:
Michael Schneider
2016-09-29 14:30:05 -07:00
committed by GitHub
parent f9ee1dd4b6
commit 4692e25204
5 changed files with 49 additions and 0 deletions

View File

@@ -653,6 +653,7 @@ extern NSInteger const ASDefaultDrawingPriority;
@property (nonatomic, assign) BOOL clipsToBounds; // default==NO
@property (nonatomic, getter=isOpaque) BOOL opaque; // default==YES
@property (nonatomic, assign) BOOL allowsGroupOpacity;
@property (nonatomic, assign) BOOL allowsEdgeAntialiasing;
@property (nonatomic, assign) unsigned int edgeAntialiasingMask; // default==all values from CAEdgeAntialiasingMask