pub unsafe trait ARTrackable: NSObjectProtocol {
// Provided method
unsafe fn isTracked(&self) -> bool
where Self: Sized + Message { ... }
}Available on crate features
ARAnchor and objc2 only.Expand description
A real world object or location in the scene that is being tracked.
See also Apple’s documentation
Provided Methods§
Trait Implementations§
Source§impl ProtocolType for dyn ARTrackable
impl ProtocolType for dyn ARTrackable
impl<T> ImplementedBy<T> for dyn ARTrackable
Implementations on Foreign Types§
impl<T> ARTrackable for ProtocolObject<T>where
T: ?Sized + ARTrackable,
Implementors§
impl ARTrackable for ARAppClipCodeAnchor
Available on crate feature
ARAppClipCodeAnchor only.impl ARTrackable for ARBodyAnchor
Available on crate feature
ARBodyAnchor only.impl ARTrackable for ARFaceAnchor
Available on crate feature
ARFaceAnchor only.impl ARTrackable for ARGeoAnchor
Available on crate feature
ARGeoAnchor only.impl ARTrackable for ARImageAnchor
Available on crate feature
ARImageAnchor only.