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

namespace Vuforia
{
    /// <summary>
    /// This is the main behaviour class that manages the smart terrain tracker
    /// It comes as a component of the ARCamera prefab but can be use on any other game object as well
    /// It is important that at any given time, only one instance of this script exists in the scene.
    /// </summary> 
    public class SmartTerrainTrackerBehaviour : SmartTerrainTrackerAbstractBehaviour
    {
    }
}
