UnityEngine.U2D.CinemachinePixelPerfect.OnEnable C# (CSharp) Method

OnEnable() private method

private OnEnable ( ) : void
return void
        void OnEnable()
        {
            Debug.LogError("CinemachinePixelPerfect is now deprecated and doesn't function properly. Instead, use the one from Cinemachine v2.4.0 or newer.");
        }
    }
CinemachinePixelPerfect