/*==============================================================================
Copyright (c) 2010-2014 Qualcomm Connected Experiences, Inc.
All Rights Reserved.
Confidential and Proprietary - Protected under copyright and other laws.
==============================================================================*/

using System;
using UnityEngine;

namespace Vuforia
{
    /// <summary>
    /// This class serves both as an augmentation definition for a Marker in the editor
    /// as well as a tracked marker result at runtime
    /// This class is deprecated. The same functionality
    /// is provided by using a rectangular VuMark.
    /// </summary>
    [Obsolete("This class is deprecated. The same functionality is provided by using a rectangular VuMark.")]
    public class MarkerBehaviour : MarkerAbstractBehaviour
    {

    }
}
