#if !CINEMACHINE_NO_CM2_SUPPORT using System; using UnityEngine; namespace Unity.Cinemachine { /// /// Property applied to Vcam Target fields. Used for custom drawing in the inspector. /// [Obsolete] public sealed class VcamTargetPropertyAttribute : PropertyAttribute { } } #endif