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

namespace Vuforia
{
    /// <summary>
    /// The DeviceTracker handles the rotational tracking for VR support
    /// It comes as a component of the ARCamera prefab and should only be used as part of it.
    /// It is important that at any given time, only one instance of this script exists in the scene.
    /// </summary>
    public class DeviceTrackerBehaviour : DeviceTrackerAbstractBehaviour
    {
    }

}
