/*==============================================================================
Copyright (c) 2010-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 System.Text.RegularExpressions;
using UnityEngine;

namespace Vuforia
{
    /// <summary>
    /// The VideoBackgroundBehaviour class handles native video background rendering.
    /// </summary>
    [RequireComponent(typeof(Camera))]
    public class VideoBackgroundBehaviour : VideoBackgroundAbstractBehaviour
    {
    }
}
