A real-world object in a scene for which ARKit tracks changes to position and orientation.
SDK
- iOS 11.0+
Framework
- ARKit
Overview
This protocol is adopted by ARKit classes, such as the ARFace
class, that represent moving objects in a scene.
ARKit automatically manages representations of such objects in an active AR session, ensuring that changes in the real-world object's position and orientation (the transform
property for anchors) are reflected in corresponding ARKit objects. The is
property indicates whether the current transform is valid with respect to movement of the real-world object.