SurfaceProperties
public final class SurfaceProperties
Describes properties and constraints of a given Surface
. The rendering engine can parse these
during drawing, and can sometimes optimize its performance (e.g. disabling an expensive
feature).
-
Undocumented
Declaration
Swift
public init(_ pixelGeometry: PixelGeometry)
-
The pixel geometry for the surface
Declaration
Swift
public var pixelGeometry: PixelGeometry { get }