No overview available.
SDKs
- iOS 13.0+
- Xcode 11.0+
Framework
- Reality
Kit
Declaration
typealias Anchoring Component.Target.Classification.Element = Anchoring Component.Target.Classification
No overview available.
SDKs
Framework
typealias Anchoring Component.Target.Classification.Element = Anchoring Component.Target.Classification
var is Empty: Bool
A Boolean value that indicates whether the set has no elements.
func contains(Anchoring Component .Target .Classification) -> Bool
Returns a Boolean value that indicates whether a given element is a member of the option set.
func form Intersection(Anchoring Component .Target .Classification)
Removes all elements of this option set that are not also present in the given set.
func form Symmetric Difference(Anchoring Component .Target .Classification)
Replaces this set with a new set containing all elements contained in either this set or the given set, but not in both.
func form Union(Anchoring Component .Target .Classification)
Inserts the elements of another set into this option set.
func insert(Anchoring Component .Target .Classification) -> (inserted: Bool, member After Insert: Anchoring Component .Target .Classification)
Adds the given element to the option set if it is not already a member.
func intersection(Anchoring Component .Target .Classification) -> Anchoring Component .Target .Classification
Returns a new option set with only the elements contained in both this set and the given set.
func is Disjoint(with: Anchoring Component .Target .Classification) -> Bool
Returns a Boolean value that indicates whether the set has no members in common with the given set.
func is Strict Subset(of: Anchoring Component .Target .Classification) -> Bool
Returns a Boolean value that indicates whether this set is a strict subset of the given set.
func is Strict Superset(of: Anchoring Component .Target .Classification) -> Bool
Returns a Boolean value that indicates whether this set is a strict superset of the given set.
func is Subset(of: Anchoring Component .Target .Classification) -> Bool
Returns a Boolean value that indicates whether the set is a subset of another set.
func is Superset(of: Anchoring Component .Target .Classification) -> Bool
Returns a Boolean value that indicates whether the set is a superset of the given set.
func remove(Anchoring Component .Target .Classification) -> Anchoring Component .Target .Classification?
Removes the given element and all elements subsumed by it.
func subtract(Anchoring Component .Target .Classification)
Removes the elements of the given set from this set.
func subtracting(Anchoring Component .Target .Classification) -> Anchoring Component .Target .Classification
Returns a new set containing the elements of this set that do not occur in the given set.
func symmetric Difference(Anchoring Component .Target .Classification) -> Anchoring Component .Target .Classification
Returns a new option set with the elements contained in this set or in the given set, but not in both.
func union(Anchoring Component .Target .Classification) -> Anchoring Component .Target .Classification
Returns a new option set of the elements contained in this set, in the given set, or in both.
func update(with: Anchoring Component .Target .Classification) -> Anchoring Component .Target .Classification?
Inserts the given element into the set.