mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
Use CAEdgeAntialiasingMask instead of unsigned int (#1667)
This commit is contained in:
committed by
Greg Bolsinga
parent
5e7fbf2ff9
commit
c99bcb02f8
@@ -734,7 +734,7 @@ AS_EXTERN NSInteger const ASDefaultDrawingPriority;
|
||||
|
||||
@property BOOL allowsGroupOpacity;
|
||||
@property BOOL allowsEdgeAntialiasing;
|
||||
@property unsigned int edgeAntialiasingMask; // default==all values from CAEdgeAntialiasingMask
|
||||
@property CAEdgeAntialiasingMask edgeAntialiasingMask; // default==all values from CAEdgeAntialiasingMask
|
||||
|
||||
@property BOOL needsDisplayOnBoundsChange; // default==NO
|
||||
@property BOOL autoresizesSubviews; // default==YES (undefined for layer-backed nodes)
|
||||
|
||||
Reference in New Issue
Block a user