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.