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

using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;

namespace Vuforia
{
    /// <summary>
    /// This Component can be used to create new ImageTargets at runtime. It can be configured to start scanning automatically
    /// or via a call from an external script.
    /// Registered event handlers will be informed of changes in the frame quality as well as new TrackableSources
    /// </summary>
    public class UserDefinedTargetBuildingBehaviour : UserDefinedTargetBuildingAbstractBehaviour
    {
    }
}
