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

Vuforia is a trademark of PTC Inc., registered in the United States and other 
countries. 
==============================================================================*/

using System;
using UnityEngine;

namespace Vuforia
{
    /// <summary>
    /// The BackgroundPlaneBehaviour class creates a mesh at the far end 
    /// of camera frustum over which video background is rendered.
    /// </summary>
    public class BackgroundPlaneBehaviour : BackgroundPlaneAbstractBehaviour
    {
	
    }
}
