public interface ARAnchorCopying extends NSCopying
| Modifier and Type | Method and Description |
|---|---|
ARAnchorCopying |
initWithAnchor(ARAnchor anchor)
Initializes a new anchor object copying values from an existing anchor.
|
copyWithZoneARAnchorCopying initWithAnchor(ARAnchor anchor)
This initializer will be called any time copy is called on anchor of this class. This method must be implemented for any ARAnchor subclasses that adds properties.
anchor - The anchor from which to copy values.