DragMode

public enum DragMode : Encodable

Determines the mode of drag interactions for this scene.

  • Undocumented

    Declaration

    Swift

    case orbit
  • Undocumented

    Declaration

    Swift

    case turntable
  • Undocumented

    Declaration

    Swift

    case zoom
  • pan

    Undocumented

    Declaration

    Swift

    case pan
  • off

    Undocumented

    Declaration

    Swift

    case off
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws