Class MTLAttribute

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLAttribute
extends NSObject
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • MTLAttribute

      public MTLAttribute()
    • MTLAttribute

      protected MTLAttribute​(NSObject.Handle h, long handle)
    • MTLAttribute

      protected MTLAttribute​(NSObject.SkipInit skipInit)
  • Method Details

    • getName

      public String getName()
    • getAttributeIndex

      public long getAttributeIndex()
    • getAttributeType

      public MTLDataType getAttributeType()
    • isActive

      public boolean isActive()
    • isPatchData

      public boolean isPatchData()
      Since:
      Available in iOS 10.0 and later.
    • isPatchControlPointData

      public boolean isPatchControlPointData()
      Since:
      Available in iOS 10.0 and later.