ValueStructTypes

@MainActor
public enum ValueStructTypes

An enum representing NSValue-encoded structs supported by MotionMachine.

  • Represents a NSNumber type.

    Declaration

    Swift

    case number
  • Represents a CGPoint type.

    Declaration

    Swift

    case point
  • Represents a CGSize type.

    Declaration

    Swift

    case size
  • Represents a CGRect type.

    Declaration

    Swift

    case rect
  • Represents a CGVector type.

    Declaration

    Swift

    case vector
  • Represents a CGAffineTransform type.

    Declaration

    Swift

    case affineTransform
  • Represents a CATransform3D type.

    Declaration

    Swift

    case transform3D
  • Represents a UIEdgeInsets type.

    Declaration

    Swift

    case uiEdgeInsets
  • Represents a UIOffset type.

    Declaration

    Swift

    case uiOffset
  • Represents an unsupported type.

    Declaration

    Swift

    case unsupported