using UnityEngine; namespace Com.LuisPedroFonseca.ProCamera2D { #if UNITY_5_3_OR_NEWER [HelpURLAttribute("http://www.procamera2d.com/user-guide/extension-parallax/")] #endif /// /// Add this class to an object if you want its position on the scene view to match the same relative position to the main parallax layer during runtime. /// public class ProCamera2DParallaxObject : MonoBehaviour { } }