OCG Enumerations

  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTOCDrawMode {  e_ptVisibleOC,
    e_ptAllOC,
    e_ptNoOC}

    Swift

    struct PTOCDrawMode : Equatable, RawRepresentable
  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTVisibilityPolicyType {  e_ptAllOn,
    e_ptAnyOn,
    e_ptAnyOff,
    e_ptAllOff}

    Swift

    struct PTVisibilityPolicyType : Equatable, RawRepresentable