Interface ARAnchorCopying

    • Method Detail

      • initWithAnchor

        java.lang.Object initWithAnchor​(ARAnchor anchor)
        Initializes a new anchor object copying values from an existing 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.
        Parameters:
        anchor - The anchor from which to copy values.