ShowAnchors

public enum ShowAnchors : Int

Specifies when anchors points should be displayed.

  • always: Anchor point marks are always painted.
  • never: Anchor point marks are never painted.
  • auto: Anchor point marks are shown for the node under the mouse cursor.
  • selected: Anchor point marks are painted for the selected node.
  • Undocumented

    Declaration

    Swift

    case always = 0
  • Undocumented

    Declaration

    Swift

    case never = 1
  • Undocumented

    Declaration

    Swift

    case auto = 2
  • Undocumented

    Declaration

    Swift

    case selected = 4