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

        AnchorExists = DoAnchorsExist();
    }
Ejemplo n.º 3
0
    void DeleteAnchors()
    {
        m_PlaneAnchor.UnConfigureAnchor();

        AnchorExists = DoAnchorsExist();
    }
Ejemplo n.º 4
0
 void DeleteAnchors()
 {
     m_MidAirAnchor.UnConfigureAnchor();
     AnchorExists = DoAnchorsExist();
 }