Example #1
0
 void DeleteAnchors()
 {
     m_PlaneAnchor.UnConfigureAnchor();
     m_MidAirAnchor.UnConfigureAnchor();
     m_PlacementAnchor.UnConfigureAnchor();
     AnchorExists = DoAnchorsExist();
 }
Example #2
0
    void DeleteAnchors()
    {
        m_TGOAnchor.UnConfigureAnchor();
        m_BEPIAnchor.UnConfigureAnchor();

        AnchorExists = DoAnchorsExist();
    }
Example #3
0
    void DeleteAnchors()
    {
        m_PlaneAnchor.UnConfigureAnchor();

        AnchorExists = DoAnchorsExist();
    }
Example #4
0
 void DeleteAnchors()
 {
     m_MidAirAnchor.UnConfigureAnchor();
     AnchorExists = DoAnchorsExist();
 }