TiledGeometryIsolationMode
public struct TiledGeometryIsolationMode : OptionSet
The TiledGeometryIsolationMode optionset controls what renderable content will be shown at any given time.
Properties
none: all object/tile types are shown.tiles: oOnly tiles are shown.objects: only objects are shown.layers: only layers are shown.tileObjects: only tile objects are shown.textObjects: only text objects are shown.pointObjects: only point objects are shown.
-
Declaration
Swift
public let rawValue: UInt8 -
Initialize with a raw integer value.
Declaration
Swift
public init(rawValue: UInt8 = 0)Parameters
rawValueunsigned integer value.
View on GitHub
Install in Dash
TiledGeometryIsolationMode Structure Reference