MouseFilters
public struct MouseFilters : OptionSet
Overview
Global debug display mouse filter options (macOS).
Properties
| Property | Description |
|---|---|
| tileCoordinates | Show tile coordinates. |
| sceneCoordinates | Show scene coordinates. |
| tileDataUnderCursor | Show tile data properties. |
| tilesUnderCursor | Highlight tiles under the cursor. |
| objectsUnderCursor | Highlight objects under the cursor. |
-
▶︎rawValueDeclaration
Swift
public let rawValue: Int -
Declaration
Swift
public init(rawValue: Int = 0)
View on GitHub
MouseFilters Structure Reference